Home › Forums › OpenEars › Adding custom words to the LanguageModelGeneratorList.txt › Reply To: Adding custom words to the LanguageModelGeneratorList.txt
Are the dashes ignored when generating?
Ignored in what respect?
Do they change inflections or timing anything like that?
No.
I do not want to add the names separately as only specific full names are used. For instance “John Doe” and “John Henry Doe” are used but “John Henry” is not. My thinking is that the recognition will be more accurate with phrases than it will be with simpler words that are used to make the phrase. True?
True.
Okay, to clarify the case answer… If my Array contains “John-Henry-Doe”, and the entry in the LookupList is “john-henry-doe” will that match?
Yes.
And what is returned in the string of recognized text?
What is returned is what you put in your array submitted to OELanguageModelGenerator. If that is “John-Henry-Doe”, “John-Henry-Doe” gets returned.