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

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

public class CAllWordsFeatureExtractorCombination
extends CFeatureExtractorCombination

a feature extractor combination for all-words tasks.

Author:
zhongzhi

Field Summary
 
Fields inherited from class sg.edu.nus.comp.nlp.ims.feature.CFeatureExtractorCombination
m_Corpus, m_CurrentFeature, m_FeatureExtractors, m_Index, m_InstanceIndex
 
Constructor Summary
CAllWordsFeatureExtractorCombination()
           
CAllWordsFeatureExtractorCombination(java.util.ArrayList<IFeatureExtractor> p_FeatureExtractors)
           
 
Method Summary
 
Methods inherited from class sg.edu.nus.comp.nlp.ims.feature.CFeatureExtractorCombination
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

CAllWordsFeatureExtractorCombination

public CAllWordsFeatureExtractorCombination()

CAllWordsFeatureExtractorCombination

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