|
|
removeItems
|
removeItems (self, originalList, removeList)
|
Added to advas.0.0.1, method name adjusted for advas-0.2.5
Removes the given entries from the list of stop words. This method can
be used in conjunction with tfStop.
| In: |
originalList |
a dictionary with pairs list[term]=value |
| |
removeList |
a dictionary with pairs list[term]=value. This
list contains the entries to be removed |
| Out: |
|
a dictionary with the remaining entries |
|
|