| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
StopList
Stoplist classes holding every words of the stoplist(s).
The program's predictors test every suggested words against the stoplist. If a suggested word is a stoplist word then the suggested word is not added to the suggested words list.
|
| Class Hierarchy for StopList |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Extract every words of the file and store them in a list. The file must contains one word per line. The method dosen't lower any word.
|
Add words to the stoplist.
|
Add a word to the stoplist.
|
Remove words from the stoplist.
|
Remove a word from the stoplist.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Jul 14 21:07:50 2015 | http://epydoc.sourceforge.net |