Uses of Class
iglu.ir.StopList

Packages that use StopList
iglu.examples Some examples to illustrate how the classes work. 
iglu.ir A set of classes for creating Information Retrieval programs. 
 

Uses of StopList in iglu.examples
 

Fields in iglu.examples declared as StopList
private  StopList DirectorySearchEngine.stopList
           
 

Uses of StopList in iglu.ir
 

Methods in iglu.ir with parameters of type StopList
 void TermVector.removeStopWords(StopList stopList)
          Removes from the list all words found in the given stoplist, as well as one-character words and words that are longer than 20 characters.