|
merge_lists_idf
Added in advas.0.0.1
Merge given lists of words for calculating idf. As a parameter, *lists means as many lists as needed. If 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 |
|
|