|
remove_items
remove_items (original, remove)
|
Added in advas.0.0.1
Remove the items from the original list. This def can be used for term frequency with a stop list.
In: |
original |
a list (dictionary with pairs list[term]=value) |
|
remove |
a list (dictionary with pairs list[term]=value) (list of items to be removed from the original) |
Out: |
|
a list of words (dictionary) with pairs list[term]=value |
|
|