Skip to content

0.3 Corrected 2

Latest
Compare
Choose a tag to compare
@jtauber jtauber released this 09 Feb 11:43
· 1 commit to main since this release

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