Package sg.edu.nus.comp.nlp.ims.feature

Package related to features used in WSD.

See:
          Description

Interface Summary
IFeature feature interface.
IFeatureExtractor feature extractor interface.
 

Class Summary
ABinaryFeature feature type with binary value.
AListFeature feature type with list value.
ANumericFeature feature type with numeral value.
CAllWordsFeatureExtractorCombination a feature extractor combination for all-words tasks.
CCollocation collocation feature.
CCollocationExtractor collocation extractor.
CDoubleFeature feature with a double figure as value.
CFeatureExtractorCombination a combination of feature extractors.
CPOSFeature pos feature.
CPOSFeatureExtractor POS feature extractor.
CSurroundingWord surrounding word feature.
CSurroundingWordExtractor surrounding word extractor.
 

Package sg.edu.nus.comp.nlp.ims.feature Description

Package related to features used in WSD.