edu.cmu.sphinx.linguist.language.grammar
Class BatchForcedAlignerGrammar
java.lang.Object
edu.cmu.sphinx.linguist.language.grammar.Grammar
edu.cmu.sphinx.linguist.language.grammar.ForcedAlignerGrammar
edu.cmu.sphinx.linguist.language.grammar.BatchForcedAlignerGrammar
- All Implemented Interfaces:
- GrammarInterface, Configurable
public class BatchForcedAlignerGrammar
- extends ForcedAlignerGrammar
- implements GrammarInterface
Copyright 1999-2006 Carnegie Mellon University. Portions Copyright 2002 Sun Microsystems, Inc. Portions Copyright
2002 Mitsubishi Electric Research Laboratories. All Rights Reserved. Use is subject to license terms.
See the file "license.terms" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL
WARRANTIES.
User: Peter Wolf Date: Jan 10, 2006 Time: 9:42:36 AM
Field Summary |
static java.lang.String |
PROP_REF_FILE
Property that defines the reference file containing the transcripts used to create the froced align grammar |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROP_REF_FILE
@S4String(defaultValue="")
public static final java.lang.String PROP_REF_FILE
- Property that defines the reference file containing the transcripts used to create the froced align grammar
- See Also:
- Constant Field Values
BatchForcedAlignerGrammar
public BatchForcedAlignerGrammar()
newProperties
public void newProperties(PropertySheet ps)
throws PropertyException
- Description copied from interface:
Configurable
- This method is called when this configurable component needs to be reconfigured.
- Specified by:
newProperties
in interface Configurable
- Overrides:
newProperties
in class Grammar
- Parameters:
ps
- a property sheet holding the new data
- Throws:
PropertyException
- if there is a problem with the properties.
getInitialNode
public GrammarNode getInitialNode()
- Description copied from class:
Grammar
- Returns the initial node for the grammar
- Specified by:
getInitialNode
in interface GrammarInterface
- Overrides:
getInitialNode
in class Grammar
- Returns:
- the initial grammar node
setUtterance
public void setUtterance(java.lang.String utteranceName)