org.carrot2.text.preprocessing
Class StopListMarker

java.lang.Object
  extended by org.carrot2.text.preprocessing.StopListMarker

public final class StopListMarker
extends Object

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

StopListMarker

public StopListMarker()
Method Detail

mark

public void mark(PreprocessingContext context)
Marks stop words and saves the results to the context.



Copyright (c) Dawid Weiss, Stanislaw Osinski