datapreparation.stopword
Interface Stopwords

All Known Implementing Classes:
EnglishStopwords, NorwegianStopwords

public interface Stopwords

Interface for operations implementing removal of stopwords.

Author:
Kjell-Inge Skogstad and Trond Řivind Eriksen

Method Summary
 java.lang.String removeStopwords(java.lang.String sentence)
          Method for removing stopwords in a string.
 

Method Detail

removeStopwords

java.lang.String removeStopwords(java.lang.String sentence)
Method for removing stopwords in a string.

Parameters:
sentence - The string
Returns:
The new string