public class StopWordFilter extends Object
Constructor and Description |
---|
StopWordFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
isStopWord(String token) |
void |
removeStopWordAnnotations(Set<Annotation> annotations) |
void |
removeStopWords(Set<String> words) |
String |
removeStopWords(String input) |
public StopWordFilter()
public String removeStopWords(String input)
public void removeStopWords(Set<String> words)
public void removeStopWordAnnotations(Set<Annotation> annotations)
public boolean isStopWord(String token)
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann