Skip to content

Given an input string query, our aim was to get as an output, a set of documents ordered by how relevant they are to the given input query. We used the Cosine similarity measure to measure the relevance

Notifications You must be signed in to change notification settings

rg77/Document-Clustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Document-Clustering

Given an input string query, our aim was to get as an output, a set of documents ordered by how relevant they are to the given input query. We used the Cosine similarity measure to measure the relevance.

Here hello*.txt files are the custom test files. (Input query can contain only those words which have already occured in the doucuments(i.e the test files)) Team Parter: Harsh Parikh

About

Given an input string query, our aim was to get as an output, a set of documents ordered by how relevant they are to the given input query. We used the Cosine similarity measure to measure the relevance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages