|
mergeListsIdf
mergeListsIdf (self, *lists)
|
Added to advas-0.0.1, expanded in advas-0.2.5
Unites the given word lists to calculate the Inverse Document Frequency
(idf). A word list is a dictionary with the term as the key, and the
term frequency as the corresponding value. You may create such a word
list using the method countWords. As a parameter, you may send
as many word lists as needed.
In: |
dictionary |
a word list as described above.
|
Out: |
dictionary |
a single word list that combines the given terms, and
its inverse document frequency.
|
|
|