I want to use htk for a simple problem of single word recognition. however, i do not understand in what format i have to input for example the word_grammar to train_htk_recognizer.m. according to the htk tutorial example i have $digit = ONE | TWO | THREE | FOUR | FIVE |
SIX | SEVEN | EIGHT | NINE | OH | ZERO; and grammar ( SENT-START ( <$digit>) SENT-END ). But how do i write the grammar in matlab when i give the digits as an array of words? and what is an fsm data structure?
i have been trying for a while without result. would be really great to get some help!
I want to use htk for a simple problem of single word recognition. however, i do not understand in what format i have to input for example the word_grammar to train_htk_recognizer.m. according to the htk tutorial example i have $digit = ONE | TWO | THREE | FOUR | FIVE |
SIX | SEVEN | EIGHT | NINE | OH | ZERO; and grammar ( SENT-START ( <$digit>) SENT-END ). But how do i write the grammar in matlab when i give the digits as an array of words? and what is an fsm data structure?
i have been trying for a while without result. would be really great to get some help!