Skip to content

Building a document search engine using cosine similarity and TF-IDF vectors.

Notifications You must be signed in to change notification settings

ITRussell/Text-Mining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Mining

In this project I have created a document search engine using cosine similarity and TF-IDF vectors. In essence, the program will search for documents based on relavency to the search query. It does not directly search for matching text. Each document is checked for its 'similarity' to the user specified search query. The project is annotated and can be followed along in the .ipynb files (Jupyter Notebooks).

About

Building a document search engine using cosine similarity and TF-IDF vectors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published