SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Functions | Variables
wlat_bsearch_.c File Reference

Beam search through the lattice. More...

Functions

int spr_wlbs_wrd_setup (SprWlatModule *module, const char **descript, const SprCmdDesc **help)
 
int spr_wlbs_flavor_setup (SprWlatModule *module, const char **descript, const SprCmdDesc **help)
 

Variables

const SprWlatModInf spr_wlat_mi_bsearch_wrd_
 
const SprWlatModInf spr_wlat_mi_bsearch_flavor
 

Detailed Description

Beam search through the lattice.

Beam search, i.e. quasi time synchronous search with pruning, through the word/phone lattice. The 'bsearch_flavor' variant allows an extra lexicon layer in between to convert phone sequences to words.

Date
August 2004
Author
Kris Demuynck
Revision History:
07/2006 - KD
Added the FLaVoR search (lex + LM + error model)
04/2010 - KD
Added to SPRAAK