vdt / Search-Engine

Primitive search engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the first attempt at a naive search engine.  It uses tf-idf for term weights and uses cosine sim as a similarity measure between query and documents.

About

Primitive search engine