nnmnkwii.util.example_label_file

nnmnkwii.util.example_label_file()[source]

Get path of example HTS-style full-context lable file.

Corresponding audio file can be accessed by example_audio_file().

Returns:Path of the example label file.
Return type:str

Examples

>>> from nnmnkwii.util import example_label_file
>>> from nnmnkwii.io import hts
>>> labels = hts.load(example_label_file())