|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IFeatureSelector | |
---|---|
sg.edu.nus.comp.nlp.ims.lexelt | Package related to one instances set of the same lexelt. |
Uses of IFeatureSelector in sg.edu.nus.comp.nlp.ims.lexelt |
---|
Classes in sg.edu.nus.comp.nlp.ims.lexelt that implement IFeatureSelector | |
---|---|
class |
AListFeatureSelector
abstract list feature selector |
class |
CCollocationFeatureSelector
collocation feature selector. |
class |
CFeatureSelectorCombination
feature selector combination. |
class |
CPOSFeatureSelector
POS tag feature selector. |
class |
CSurroundingWordFeatureSelector
surrounding word feature selector. |
Fields in sg.edu.nus.comp.nlp.ims.lexelt with type parameters of type IFeatureSelector | |
---|---|
protected java.util.ArrayList<IFeatureSelector> |
CFeatureSelectorCombination.m_Selectors
|
Methods in sg.edu.nus.comp.nlp.ims.lexelt with parameters of type IFeatureSelector | |
---|---|
void |
IStatistic.select(IFeatureSelector p_Selector)
select features |
void |
CStatistic.select(IFeatureSelector p_Selector)
|
Constructor parameters in sg.edu.nus.comp.nlp.ims.lexelt with type arguments of type IFeatureSelector | |
---|---|
CFeatureSelectorCombination(java.util.ArrayList<IFeatureSelector> p_Selectors)
constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |