Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

ngram_decode.c File Reference

Word prediction based on N-gram probability and word trellis index for 2nd pass of Julius. More...

#include <julius.h>

Include dependency graph for ngram_decode.c:

Go to the source code of this file.


Detailed Description

Word prediction based on N-gram probability and word trellis index for 2nd pass of Julius.

Author:
Akinobu Lee
Date:
Fri Jul 8 14:57:51 2005
These functions returns next word candidates in the 2nd recognition pass of Julius, i.e. N-gram based stack decoding.

Given a partial sentence hypothesis, it first estimate the beginning frame of the hypothesis based on the word trellis. Then the words in the word trellis around the estimated frame are extracted from the word trellis. They will be returned with their N-gram probabilities.

In Julius, ngram_firstwords(), ngram_nextwords() and ngram_acceptable() are called from main search function wchmm_fbs(). In Julian, corresponding functions in dfa_decode.c will be used instead.

Revision
1.1.1.1

Definition in file ngram_decode.c.


Generated on Tue Mar 28 16:18:05 2006 for Julius by  doxygen 1.4.2