dishmint / LexicalCases

Extract substrings matching a lexical pattern
https://www.paclets.com/FaizonZaman/LexicalCases
MIT License
2 stars 0 forks source link

Support common NLP statistics #334

Open dishmint opened 2 months ago

dishmint commented 2 months ago

The survey property should include TF/IDF, and the summary object should contain TF, IDF and Both as properties.

LPF: LP equivalent of TF

LPF can be computed by dividing each MatchCount by the Total MatchCount.

LPF-IDF : LPF * IDF