I have built an Arabic model which runs just fine. The output is accepted in most cases; WER=0.1.
In my application I need to strict the output to a list. Maybe to reach WER=0.01 Example use case:
App: Do you accept the agreement?
User-voice: Yes / No / Read (Give this list to the scorer)
App: What do you want to order?
User-voice: Breakfast / Lunch / Dinner (Give this list to the scorer)
…
…
And the business logic continues, and the dialog goes on.
How can I implement such functionality with the current scorer?