Can I add character (such that - or _ ) in transcription file (transcription file ,test_transcription file , train_transcription file ) without space between character and word and don't affect to recognition , considered as silent ? I've tried add character in filler file but dont work (got error ) ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can I add character (such that - or _ ) in transcription file (transcription file ,test_transcription file , train_transcription file ) without space between character and word
No, silence word must be separated by spaces. Usually we use <sil> as silence word.</sil>
I've tried add character in filler file but dont work (got error ) ?
I'm sorry, you did not provide enough information to get help here.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you Nickolay ,
i added <> in transcription file to split between word (transcription file ,test_transcription file , train_transcription file ) also running language model from transcription contain <> and put <> in filler file , then run experiment , Everything goes fine and I got results. However, I need to show <> in align file ( also split words ) .. how to got it ?? Are any idea about this issue ??
Last edit: safia hammad 2015-11-19
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank Nickolay : but I tried to add character between words because I divided each word in setences to syllable and run experiment, I want to combine syllable (after recognize ) to word , So I need to determine boundary of word , these is idea why i want add character in transcription also show the character in align file .
how to got it ?? Are any idea about this issue ??
Last edit: safia hammad 2015-11-20
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can I add character (such that - or _ ) in transcription file (transcription file ,test_transcription file , train_transcription file ) without space between character and word and don't affect to recognition , considered as silent ? I've tried add character in filler file but dont work (got error ) ?
No, silence word must be separated by spaces. Usually we use <sil> as silence word.</sil>
I'm sorry, you did not provide enough information to get help here.
Thank you Nickolay ,
i added <> in transcription file to split between word (transcription file ,test_transcription file , train_transcription file ) also running language model from transcription contain <> and put <> in filler file , then run experiment , Everything goes fine and I got results. However, I need to show <> in align file ( also split words ) .. how to got it ?? Are any idea about this issue ??
Last edit: safia hammad 2015-11-19
You are doing something not really relevant. Try to follow standard procedure.
Thank Nickolay : but I tried to add character between words because I divided each word in setences to syllable and run experiment, I want to combine syllable (after recognize ) to word , So I need to determine boundary of word , these is idea why i want add character in transcription also show the character in align file .
how to got it ?? Are any idea about this issue ??
Last edit: safia hammad 2015-11-20
Can i do this idea in CMU sphinx tool or not ???