Class StopWordLabelFilter
java.lang.Object
org.carrot2.attrs.AttrComposite
org.carrot2.text.preprocessing.filter.ContextLabelFilter
org.carrot2.text.preprocessing.filter.SingleLabelFilterBase
org.carrot2.text.preprocessing.filter.StopWordLabelFilter
-
Field Summary
Fields inherited from class org.carrot2.text.preprocessing.filter.ContextLabelFilter
enabled
Fields inherited from class org.carrot2.attrs.AttrComposite
attributes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
acceptPhrase
(PreprocessingContext context, int phraseIndex) Should returntrue
if the phrase located atphraseIndex
is to be accepted,false
otherwise.boolean
acceptWord
(PreprocessingContext context, int wordIndex) Should returntrue
if the word located atwordIndex
is to be accepted,false
otherwise.Methods inherited from class org.carrot2.text.preprocessing.filter.SingleLabelFilterBase
filter
Methods inherited from class org.carrot2.text.preprocessing.filter.ContextLabelFilter
isEnabled
Methods inherited from class org.carrot2.attrs.AttrComposite
accept
-
Constructor Details
-
StopWordLabelFilter
public StopWordLabelFilter()
-
-
Method Details
-
acceptPhrase
Description copied from class:SingleLabelFilterBase
Should returntrue
if the phrase located atphraseIndex
is to be accepted,false
otherwise.- Specified by:
acceptPhrase
in classSingleLabelFilterBase
- Parameters:
context
- provides access to all information about the phrasephraseIndex
- index of the phrase for which decision is to be made
-
acceptWord
Description copied from class:SingleLabelFilterBase
Should returntrue
if the word located atwordIndex
is to be accepted,false
otherwise.- Specified by:
acceptWord
in classSingleLabelFilterBase
- Parameters:
context
- provides access to all information about the wordwordIndex
- index of the word for which decision is to be made
-