edu.cmu.sphinx.linguist.language.grammar
Class ForcedAlignerGrammar

java.lang.Object
  extended by edu.cmu.sphinx.linguist.language.grammar.Grammar
      extended by edu.cmu.sphinx.linguist.language.grammar.ForcedAlignerGrammar
All Implemented Interfaces:
GrammarInterface, Configurable
Direct Known Subclasses:
BatchForcedAlignerGrammar

public class ForcedAlignerGrammar
extends Grammar

Creates a grammar from a reference sentence. It is a constrained grammar that represents the sentence only.

Note that all grammar probabilities are maintained in the LogMath log base


Field Summary
 
Fields inherited from class edu.cmu.sphinx.linguist.language.grammar.Grammar
PROP_ADD_FILLER_WORDS, PROP_ADD_SIL_WORDS, PROP_DICTIONARY, PROP_OPTIMIZE_GRAMMAR, PROP_SHOW_GRAMMAR
 
Constructor Summary
ForcedAlignerGrammar()
           
 
Method Summary
 
Methods inherited from class edu.cmu.sphinx.linguist.language.grammar.Grammar
allocate, deallocate, dumpGrammar, dumpRandomSentences, dumpRandomSentences, dumpStatistics, getDictionary, getGrammarNodes, getInitialNode, getNumNodes, getRandomSentence, newProperties
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForcedAlignerGrammar

public ForcedAlignerGrammar()