public class EnglishStopWordRemover extends Object implements StopWordRemover
| Constructor and Description |
|---|
EnglishStopWordRemover() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isStopWord(String input) |
Collection<String> |
removeStopWords(Collection<String> input) |
public boolean isStopWord(String input)
isStopWord in interface StopWordRemoverpublic Collection<String> removeStopWords(Collection<String> input)
removeStopWords in interface StopWordRemoverCopyright © 2018. All rights reserved.