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