我可以在db.phone中使用以下内容来构建用于安卓系统的阿拉伯语模型吗:(文件内容太大且未格式化,因此无法将其作为代码或引用粘贴到此处)
link to file contain content I think it can be used as db.phone
我在构建时使用的是Ubuntu 16.04 LTS (Linux-Distribution)。我正在遵循this tutorial来构建我自己的模型来识别一些单词(500-1500)。我准备了一些文件来构建,类似于下面的文件:
> your_db.dic - Phonetic dictionary, your_db.phone - Phone set file,
> your_db.lm.DMP - Language model, your_db.filler - List of fillers,
> your_db_train.fileids - List of files for training,
> your_db_train.transcription - Transcription for training,
> your_db_test.fileids - List of files for testing,
> your_db_test.transcription - Transcription for testing.我不是Pocketsphinx专家。有人能帮上忙吗?
发布于 2017-08-14 06:56:37
Phoneset应包含英文字母,例如:
مرحبا m r H b 'a ahttps://stackoverflow.com/questions/45593618
复制相似问题