|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectStopwords
StopwordsEnglish
public class StopwordsEnglish
Class that can test whether a given string is a stop word. Lowercases all words before the test.
| Constructor Summary | |
|---|---|
StopwordsEnglish()
|
|
| Method Summary | |
|---|---|
boolean |
isStopword(java.lang.String str)
Returns true if the given string is a stop word. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StopwordsEnglish()
| Method Detail |
|---|
public boolean isStopword(java.lang.String str)
isStopword in class Stopwords
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||