nnmnkwii.util.example_question_file

nnmnkwii.util.example_question_file()[source]

Get path of example question file.

The question file was taken from Merlin.

Returns

Path of the example audio file.

Return type

str

Examples

>>> from nnmnkwii.util import example_question_file
>>> from nnmnkwii.io import hts
>>> binary_dict, numeric_dict = hts.load_question_set(example_question_file())