Skip to content

ckybonist/vsm_practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vector Space Model Practice

Pre-Requisite :

  • python 3.x
  • ruby 2.1 (if use branch "chinese")
  • Checkout to branch "chinese" if your documents have chinese words

Usage :

  1. Create directory log/
  2. Put your documents in docs/
  3. python parser.py (generate corpus.txt)
  4. python inverted_index.py (generate index.txt)
  5. python search.py (input query then get ranking result)

TODO :

  1. Implement S.M.A.R.T notations

About

Practice of Vector Space Model (IR model)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages