Class UnitConcatenator

  • All Implemented Interfaces:
    UtteranceProcessor

    public class UnitConcatenator
    extends java.lang.Object
    implements UtteranceProcessor
    Concatenates the Units in the given Utterance to the target_lpc result. This class is an UtteranceProcessor. It defines a method processUtterance that helps populate the target_lpcres relation.
    See Also:
    LPCResult
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PROP_OUTPUT_LPC  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void processUtterance​(Utterance utterance)
      Concatenate the Units in the given Utterance to the target_lpc result.
      java.lang.String toString()
      Converts this object to a string
      • Methods inherited from class java.lang.Object

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

    • Constructor Detail

      • UnitConcatenator

        public UnitConcatenator()
    • Method Detail

      • toString

        public java.lang.String toString()
        Converts this object to a string
        Overrides:
        toString in class java.lang.Object
        Returns:
        the string form of this object.