Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 329 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 329 Bytes

Text-Retrieval

CS6200-NEU coursework

  1. PageRank algorithm simulation.
  2. Parse documents and build inverted list into db using SQLAlchemy.
  3. Vector Space models(TF and TF/IDF), Language Models(with Laplace Smoothing and Jelinek-Mercer Smoothing), Okapi BM25 model for document/query relavance calculation.