net.sf.classifier4J
Interface IStopWordProvider

All Known Implementing Classes:
CustomizableStopWordProvider, DefaultStopWordsProvider

public interface IStopWordProvider


Method Summary
 boolean isStopWord(java.lang.String word)
          Check if a word is a stop word
 

Method Detail

isStopWord

public boolean isStopWord(java.lang.String word)
Check if a word is a stop word

Parameters:
word - The word to check
Returns:
true if the word is a stop word, false otherwise


Copyright © 2003-2005 Nick Lothian. All Rights Reserved.