Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 288 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 288 Bytes

Description

Command-line based file content search tool with Python which supports queries with multiple words or exact phrases. Uses an inverted index for fast lookup, improved accuracy by stemming and stop-word filtering and ranks the matching files with Okapi BM25 ranking function.