Skip to content

Releases: jtauber/termdoc

0.3 Corrected 2

09 Feb 11:43
Compare
Choose a tag to compare

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

0.3 Corrected

09 Feb 11:36
0e6716e
Compare
Choose a tag to compare

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

0.2 Corrected

14 Aug 12:43
Compare
Choose a tag to compare

New methods on HTDM:

  • leaf_entries
  • graft
  • copy
  • save

Other changes:

  • load takes optional prefix to graft on load
  • third (count) field in loaded file can be omitted if count is 1
  • duplicates setting on HTDM constructor

0.1

20 May 23:20
0340105
Compare
Choose a tag to compare
0.1

Initial release.