Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 197 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 197 Bytes

TFIDF

Simplest TFIDF ever!

Step 0 : Construct

from TFIDF import TFIDF
a = TFIDF("Your corpus directory")

Last Step : Query TF-IDF score!

a.tf_idf("someWord")