Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 772 Bytes

File metadata and controls

11 lines (9 loc) · 772 Bytes

Persian-News-Information-Retrieval-System (سیستم بازیابی اطلاعات اخبار فارسی)

An Information retrieval system for Persian news with ranked retrieval of documents according to relevance to the query.

Ranked Retrieval

Ranked retrieval uses tf-idf vectors to represent documents and queires and calculates similarity between queries and documents using cosine similarity. News are retrieved from inverted indices constructed from dataset collections. Champions lists are used to improve system search speed.

Text Processing