|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.classifier4J.CustomizableStopWordProvider
Field Summary | |
static java.lang.String |
DEFAULT_STOPWORD_PROVIDER_RESOURCENAME
|
Constructor Summary | |
CustomizableStopWordProvider()
|
|
CustomizableStopWordProvider(java.lang.String resourcename)
|
Method Summary | |
protected void |
init()
|
boolean |
isStopWord(java.lang.String word)
Check if a word is a stop word |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String DEFAULT_STOPWORD_PROVIDER_RESOURCENAME
Constructor Detail |
public CustomizableStopWordProvider(java.lang.String resourcename) throws java.io.IOException
public CustomizableStopWordProvider() throws java.io.IOException
Method Detail |
protected void init() throws java.io.IOException
java.io.IOException
public boolean isStopWord(java.lang.String word)
IStopWordProvider
isStopWord
in interface IStopWordProvider
word
- The word to check
IStopWordProvider.isStopWord(java.lang.String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |