edu.cmu.sphinx.linguist
Class LinguistProcessor
java.lang.Object
edu.cmu.sphinx.linguist.LinguistProcessor
- All Implemented Interfaces:
- Configurable, java.lang.Runnable
- Direct Known Subclasses:
- LinguistDumper, LinguistStats
public class LinguistProcessor
- extends java.lang.Object
- implements Configurable, java.lang.Runnable
A standard interface for a linguist processor
Field Summary |
static java.lang.String |
PROP_LINGUIST
The sphinx property that defines the name of the linguist to process |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROP_LINGUIST
@S4Component(type=Linguist.class)
public static final java.lang.String PROP_LINGUIST
- The sphinx property that defines the name of the linguist to process
- See Also:
- Constant Field Values
LinguistProcessor
public LinguistProcessor()
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
- Parameters:
ps
- a property sheet holding the new data
- Throws:
PropertyException
- if there is a problem with the properties.
getName
public java.lang.String getName()
run
public void run()
- Specified by:
run
in interface java.lang.Runnable