public class PostLexicalAnalyzer extends java.lang.Object implements UtteranceProcessor
| Constructor and Description |
|---|
PostLexicalAnalyzer()
Constructs a PostLexicalAnalyzer
|
| Modifier and Type | Method and Description |
|---|---|
void |
processUtterance(Utterance utterance)
Performs the post lexical processing.
|
java.lang.String |
toString()
Returns the string representation of the object
|
public PostLexicalAnalyzer()
public void processUtterance(Utterance utterance) throws ProcessException
processUtterance in interface UtteranceProcessorutterance - the utterance to processProcessException - if an error occurs while
processing of the utterancepublic java.lang.String toString()
toString in class java.lang.Object