Class FeatureGeneratorAdapter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clearAdaptiveData()
      Informs the feature generator that the context of the adaptive data (typically a document) is no longer valid.
      void updateAdaptiveData​(java.lang.String[] tokens, java.lang.String[] outcomes)
      Informs the feature generator that the specified tokens have been classified with the corresponding set of specified outcomes.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FeatureGeneratorAdapter

        public FeatureGeneratorAdapter()
    • Method Detail

      • updateAdaptiveData

        public void updateAdaptiveData​(java.lang.String[] tokens,
                                       java.lang.String[] outcomes)
        Description copied from interface: AdaptiveFeatureGenerator
        Informs the feature generator that the specified tokens have been classified with the corresponding set of specified outcomes.
        Specified by:
        updateAdaptiveData in interface AdaptiveFeatureGenerator
        Parameters:
        tokens - The tokens of the sentence or other text unit which has been processed.
        outcomes - The outcomes associated with the specified tokens.