BACK TO HELP
The concept is simple :-
- Have with you the
list of words or speech utterances you will like your program
to recognize.
- Pick the first word and start
RECORDING WITH ADDITION. You may use your own program with VoiceAction
ActiveX Custom Control or use "VoiceAction Language And Vocabulary
Development Application". Complete Code is available in "Examples"
in "VoiceAction". Open it in VB and prepare a '.EXE'
and use it forever.
- Input or Add to Vocabulary Database
File the differentiable vyanjanas of the words you spoke and code
them as they sound like : aa, uu, oo, ee, ss etc.
- Keep the vocabulary as low and
precise as possible. Use "Vocabulary Editor Application "
to see and edit the vocabulary as explained later. Its advisable
to prepare five files for better recognition.
- Now start RECORDING WITHOUT ADDITION.
VoiceAction will give the character strings you had coded for
that particular utterance.
- Use "Vocabulary Editor "
again and again to improve probability at this stage.
- This gives us for a particular
word a fixed no. of character sequence. This is our GOLDEN CHARA.
(GOLDEN Char is best for scans of above 5 files.)
- Now ENABLE ARTIFICIAL INTELLIGENCE
ADDITION where you register your spoken word in your language
font code with entering the above GOLDEN CHARA (vocabulary strings)
from memory menu for LIKE operations along with the 'String Compare
Protocols' you choose and their rating. All this can be done offline
too.(But you will have to remember everything)
- Use "Language Editor Application"
and the 'String Compare Protocols' given to improve accuracy in
recognition .
- . Repeat for other words. Your
work is over.
- . Add all to your program, disable
all development related settings of VoiceAction and use results
of PLATINUM words during any of your events and for whatever purpose
you desire.
BACK TO HELP