sg.edu.nus.comp.nlp.ims.feature
Class CMixedAllWordsFeatureExtractor

java.lang.Object
  extended by sg.edu.nus.comp.nlp.ims.feature.CMixedFeatureExtractor
      extended by sg.edu.nus.comp.nlp.ims.feature.CMixedAllWordsFeatureExtractor
All Implemented Interfaces:
IFeatureExtractor

public class CMixedAllWordsFeatureExtractor
extends CMixedFeatureExtractor

Mixed feature extractor for all-words tasks.

Author:
zhongzhi

Field Summary
 
Fields inherited from class sg.edu.nus.comp.nlp.ims.feature.CMixedFeatureExtractor
m_Corpus, m_CurrentFeature, m_FeatureExtractors, m_Index, m_InstanceIndex
 
Constructor Summary
CMixedAllWordsFeatureExtractor()
           
CMixedAllWordsFeatureExtractor(java.util.ArrayList<IFeatureExtractor> p_FeatureExtractors)
           
 
Method Summary
 
Methods inherited from class sg.edu.nus.comp.nlp.ims.feature.CMixedFeatureExtractor
getCurrentInstanceID, hasNext, next, restart, setCorpus, setCurrentInstance, validIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMixedAllWordsFeatureExtractor

public CMixedAllWordsFeatureExtractor()

CMixedAllWordsFeatureExtractor

public CMixedAllWordsFeatureExtractor(java.util.ArrayList<IFeatureExtractor> p_FeatureExtractors)