My problem is this... Assume i have these lines to turn to dictionary file
abandoned ability able
lmtool will generate into these lines
ABANDONED AH B AE N D AH N D ABILITY AH B IH L AH T IY ABLE EY B AH L
but i need it to be in this format or else the speech recognizer wont be able to recognize words
abandoned AH B AE N D AH N D ability AH B IH L AH T IY able EY B AH L
Is there any tool that can set this?
You do not need a better dictionary generator. You just need to do a basic programming task.
Log in to post a comment.
My problem is this...
Assume i have these lines to turn to dictionary file
lmtool will generate into these lines
but i need it to be in this format or else the speech recognizer wont be able
to recognize words
Is there any tool that can set this?
You do not need a better dictionary generator. You just need to do a basic
programming task.