Skip to content

0.3 Corrected

Compare
Choose a tag to compare
@jtauber jtauber released this 09 Feb 11:36
· 2 commits to main since this release
0e6716e

New methods on HTDM:

  • add — adding from list of terms
  • tf — term frequency
  • df — document frequency
  • tf_idf — TF-IDF

Other changes:

  • increment_count now assumes 1 if no count given
  • Python 3.10 required