2016-03-09 1 views
0

Lorsque j'utilise pocketsphinx_continuous -infile my audio -dict my_dictionary -jsgf my_jsgfTel est Mising dans le modèle acoustique

J'ai eu ces erreurs:

ERROR: "dict.c", line 195: Line 1: Phone 'I' is mising in the acoustic model; word 'Bismi' ignored

ERROR: "dict.c", line 195: Line 2: Phone 'I' is mising in the acoustic model; word 'Bismi(2)' ignored

ERROR: "dict.c", line 195: Line 3: Phone 'A' is mising in the acoustic model; word 'Lahi' ignored

ERROR: "dict.c", line 195: Line 4: Phone 'A' is mising in the acoustic model; word 'Lahi(2)' ignored

ERROR: "dict.c", line 195: Line 5: Phone 'HI' is mising in the acoustic model; word 'Rahmani' ignored

ERROR: "dict.c", line 195: Line 6: Phone 'HI' is mising in the acoustic model; w

ERROR: "fsg_search.c", line 141: The word 'wa' is missing in the dictionary

Mais, je me suis le une bonne précision quand je l'ai testé mes données dans le fichier résultat

TOTAL Words: 420 Correct: 420 Errors: 0

TOTAL Percent correct = 100.00% Error = 0.00% Accuracy = 100.00%

TOTAL Insertions: 0 Deletions: 0 Substitutions: 0

Comment puis-je résoudre ces problèmes? Merci beaucoup

Répondre

0

Vous devez éditer le dictionnaire pour correspondre au modèle de téléphone acoustique ou utiliser le modèle acoustique pour correspondre à votre dictionnaire. Le modèle acoustique est configuré avec l'option -hmm.

+0

j'ai utilisé l'option -hmm je n'ai pas obtenu le texte j'ai eu ces INFO: continuous.c (305): pocketsphinx_continuous COMPILÉ: le 8 mars 2016, à: 23:45:54 INFO: cmn_prior.c (131): cmn_prior_update: à partir de <8,00 0,00 0,00 0,00 0,00 0,00 0,00 0,00 0,00 0,00 0,00 0,00 0,00> INFO: cmn_prior.c (149): cmn_prior_update: à <57,55 15,24 -2,83 2,28 -13,93 -4,90 16,14 -10,01 18,20 -2,65 10.41 1.24 10.51> INFO: fsg_search.c (843): 310 images, 2347 HMM (7/fr), 6071 senones (19/fr), 926 entrées d'historique (2/fr) Comment puis-je résoudre ce problème? Merci – hasan

+0

Pour voir juste le texte, vous pouvez ajouter une option pour désactiver les journaux: '-logfn/dev/null' –

+0

je n'ai rien. quelle pourrait être mon erreur? hasan @ hasan-SVE14112EGW: ~/Desktop/comme/sphinxtrain $ pocketsphinx_continuous -infile '/home/hasan/Desktop/as/sphinxtrain/an4/wav/an4test_clstk/td/an1-td-b.wav' -hmm '/ home/hasan/Bureau/as/sphinxtrain/model_parameters '-dict' /home/hasan/Desktop/as/sphinxtrain/etc/an4.dic '-jsgf' /home/hasan/Desktop/as/sphinxtrain/etc/an4.jsgf '-logfn/dev/null – hasan