예제 #1
0
 /** Eliminates all the English stopwords from the string */
 public void removeEngStopwords() {
   stopEng.removeStopwords(tokens);
 }
예제 #2
0
 /** Eliminates all the stopwords from the string */
 public void removeStopwords() {
   stop.removeStopwords(tokens);
 }