Hello great team ...
i want to ask you about unexpected input .... like name
when the user input is: where is (name) restaurant
the words: where, is, restaurant defined in the grammar and dictionary but (name) can be any thing .....
my question: how to recognize names?
thanks
You need to add them to the dictionary and to the grammar as well as any other words. To do that online you can use G2P converter.
Log in to post a comment.
Hello great team ...
i want to ask you about unexpected input .... like name
when the user input is: where is (name) restaurant
the words: where, is, restaurant defined in the grammar and dictionary but
(name) can be any thing .....
my question: how to recognize names?
thanks
You need to add them to the dictionary and to the grammar as well as any other
words. To do that online you can use G2P converter.