/Lite-sklearn-TfidfVectorizer

A Lite Implementation of sklearn TfidfVectorizer

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

Lite Implementation of sklearn TfidfVectorizer

This is a lightweight implementation of the TFIDF algorithm and the program gives the same results as the sklearn TfidfVectorizer.

The implementation makes use of math, sklearn CountVectorizer and numpy.