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 voidprocessUtterance(Utterance utterance)Performs the post lexical processing.java.lang.StringtoString()Returns the string representation of the object
-
-
-
Method Detail
-
processUtterance
public void processUtterance(Utterance utterance) throws ProcessException
Performs the post lexical processing.- Specified by:
processUtterancein 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:
toStringin classjava.lang.Object- Returns:
- the string representation of the object
-
-