Package org.carrot2.text.preprocessing.filter
package org.carrot2.text.preprocessing.filter
LabelFilterProcessor
filters.-
ClassesClassDescriptionA filter that removes "incomplete" labels.Defines the contract for label filtering components, which mark words and phrases that should not be considered as candidates for cluster labelsRemoves labels that end in words in the Saxon Genitive form, for example Threatening the Country's.Removes labels whose length in characters is smaller than the provided value.Removes labels that start with a numeric token.Removes labels that consist only of query words.A base for
ContextLabelFilter
implementations that handle each label independently.Removes labels that are declared as stop labels in thestoplabels.<lang>
files (or are filtered out byEphemeralDictionaries
.Removes labels that start or end in a stop word.