|
tfStop
Added to advas-0.0.3, expanded in advas-0.2.5
Calculates the term frequency for the whole text document with respect
to a stop list – a list of terms that are not counted.
In: |
|
|
Out: |
dictionary |
a list of pairs whereas the element key represents the
term, and the element value the frequency of the term in the text. |
|
|