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

java.lang.Object
  extended byedu.cmu.sphinx.linguist.language.grammar.Grammar
      extended byedu.cmu.sphinx.linguist.language.grammar.ForcedAlignerGrammar
All Implemented Interfaces:
Configurable

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_FILLER_WORDS_DEFAULT, PROP_ADD_SIL_WORDS, PROP_ADD_SIL_WORDS_DEFAULT, PROP_DICTIONARY, PROP_OPTIMIZE_GRAMMAR, PROP_OPTIMIZE_GRAMMAR_DEFAULT, PROP_SHOW_GRAMMAR, PROP_SHOW_GRAMMAR_DEFAULT
 
Constructor Summary
ForcedAlignerGrammar()
           
 
Methods inherited from class edu.cmu.sphinx.linguist.language.grammar.Grammar
allocate, deallocate, dumpGrammar, dumpRandomSentences, dumpRandomSentences, dumpStatistics, getGrammarNodes, getInitialNode, getName, getNumNodes, getRandomSentence, newProperties, register
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForcedAlignerGrammar

public ForcedAlignerGrammar()