Skip to content

Information retrieval is a python application which uses term frequency (TF) and inverse document frequency (IDF) to calculate cosine similarity values of input document and training set of documents stored in MongoDB to classify a given text document into different categories by using K-Nearest Neighbor algorithm.

Notifications You must be signed in to change notification settings

sahilpwr/Document-Information-Retrieval-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Document-Information-Retrieval-System

Information retrieval is a python application which uses term frequency (TF) and inverse document frequency (IDF) to calculate cosine similarity values of input document and training set of documents stored in MongoDB to classify a given text document into different categories by using K-Nearest Neighbor algorithm.

About

Information retrieval is a python application which uses term frequency (TF) and inverse document frequency (IDF) to calculate cosine similarity values of input document and training set of documents stored in MongoDB to classify a given text document into different categories by using K-Nearest Neighbor algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages