|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Stopwords | +--StopwordsGerman
Class that can test whether a given string is a stop word. Lowercases all words before the test. This list of German stop words has been obtained from http://snowball.tartarus.org/german/stop.txt But I have deleted/changed some words that I haven't seen before.
Constructor Summary | |
StopwordsGerman()
|
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StopwordsGerman()
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 |