Comments

Flat
How to make grammer for HTK
User: Asim12
Date: 12/25/2012 1:39 am
Views: 11440
Rating: 18

Hi

Could any body tell me how to make grammer for htk which is 3.1.1 Step 1 - the Task Grammar. Do i need to make grammmer in Notepad or any other format. Please guide me.

Grammer is below but where to write it?

For the voice dialling application, a suitable grammar might be

$digit = ONE | TWO | THREE | FOUR | FIVE |

SIX | SEVEN | EIGHT | NINE | OH | ZERO;

$name = [ JOOP ] JANSEN |

[ JULIAN ] ODELL |

[ DAVE ] OLLASON |

[ PHIL ] WOODLAND |

[ STEVE ] YOUNG;

( SENT-START ( DIAL <$digit> | (PHONE|CALL) $name) SENT-END )

Re: How to make grammer for HTK
User: kmaclean
Date: 1/2/2013 1:00 pm
Views: 296
Rating: 16

>Grammer is below but where to write it?

The HTK book tells you to write it into a plain text file (gram), then use the HPars command to create a word net file (wdnet), e.g.:

HParse gram wdnet
Re: How to make grammer for HTK
User: Asim
Date: 1/3/2013 1:05 am
Views: 373
Rating: 17

Hi

Thanks i already did it before. 

regards

Re: How to make grammer for HTK
User: Meysam
Date: 7/5/2014 12:03 am
Views: 2693
Rating: 7

hi 
I want work with Htk for speech recognition no command recogniton. so i need to grammar file of language!
what tools can make grammar file of one language? 

PreviousNext