|
merge_lists
Added in advas.0.0.1
Merge given lists of words. As a parameter, *lists means as many lists as needed. You can merge more than two lists at once.
In: |
lists |
a list created by count_words (dictionary with pairs list[term]=frequency) |
Out: |
|
a list of words (dictionary) with pairs list[term]=frequency) |
|
|