Releases: jtauber/termdoc
Releases · jtauber/termdoc
0.3 Corrected 2
New methods on HTDM:
add
— adding from list of termstf
— term frequencydf
— document frequencytf_idf
— TF-IDF
Other changes:
increment_count
now assumes 1 if no count given- Python 3.10 required
0.3 Corrected
New methods on HTDM:
add
— adding from list of termstf
— term frequencydf
— document frequencytf_idf
— TF-IDF
Other changes:
increment_count
now assumes 1 if no count given- Python 3.10 required
0.2 Corrected
New methods on HTDM:
leaf_entries
graft
copy
save
Other changes:
load
takes optionalprefix
to graft on load- third (count) field in loaded file can be omitted if count is 1
duplicates
setting on HTDM constructor