Package com.sun.speech.freetts.en
Class PostLexicalAnalyzer
- java.lang.Object
-
- com.sun.speech.freetts.en.PostLexicalAnalyzer
-
- All Implemented Interfaces:
UtteranceProcessor
public class PostLexicalAnalyzer extends java.lang.Object implements UtteranceProcessor
Annotates the utterance with post lexical information.
-
-
Constructor Summary
Constructors Constructor Description PostLexicalAnalyzer()
Constructs a PostLexicalAnalyzer
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
processUtterance(Utterance utterance)
Performs the post lexical processing.java.lang.String
toString()
Returns the string representation of the object
-
-
-
Method Detail
-
processUtterance
public void processUtterance(Utterance utterance) throws ProcessException
Performs the post lexical processing.- Specified by:
processUtterance
in interfaceUtteranceProcessor
- Parameters:
utterance
- the utterance to process- Throws:
ProcessException
- if an error occurs while processing of the utterance
-
toString
public java.lang.String toString()
Returns the string representation of the object- Overrides:
toString
in classjava.lang.Object
- Returns:
- the string representation of the object
-
-