|
Carrot2 v3.5.2
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.carrot2.text.preprocessing.StopListMarker
public final class StopListMarker
Marks stop words based on the current language model.
This class saves the following results to the PreprocessingContext:
This class requires that Tokenizer and CaseNormalizer be invoked first.
| Constructor Summary | |
|---|---|
StopListMarker()
|
|
| Method Summary | |
|---|---|
void |
mark(PreprocessingContext context)
Marks stop words and saves the results to the context. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StopListMarker()
| Method Detail |
|---|
public void mark(PreprocessingContext context)
context.
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||