Class 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PostLexicalAnalyzer

        public PostLexicalAnalyzer()
        Constructs a PostLexicalAnalyzer
    • Method Detail

      • toString

        public java.lang.String toString()
        Returns the string representation of the object
        Overrides:
        toString in class java.lang.Object
        Returns:
        the string representation of the object