started to check which words in stimmen transcription consists of only phones in novo70 phoneset.

This commit is contained in:
yemaozi88
2018-12-31 13:04:33 +01:00
parent e5cf182a18
commit dd9e3d820b
4 changed files with 44 additions and 5 deletions

View File

@ -42,4 +42,4 @@ phonelist_friesian_txt = os.path.join(experiments_dir, 'friesian', 'acoustic
novo_api_dir = os.path.join(WSL_dir, 'python-novo-api', 'novoapi')
#novo_api_dir = r'c:\Python36-32\Lib\site-packages\novoapi'
cmu69_phoneset = os.path.join(novo_api_dir, 'asr', 'phoneset', 'en', 'cmu69.phoneset')
novo70_phoneset = os.path.join(novo_api_dir, 'asr', 'phoneset', 'nl', 'novo70.phoneset')