Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfran committed Dec 6, 2023
1 parent 7dff1e0 commit c5ca26c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# Search <img alt="Rust's Crab" width="25px" src="https://rustacean.net/assets/rustacean-flat-noshadow.png"/>
Search engine written in Rust.

Search engine written in Rust, based on an inverted index on disk.

**Implementation status**
- [x] IO classes for writing and reading bit-streams;
- [ ] Structure to hold the vocabulary;
- [ ] Text preprocessing;
- [ ] In-memory datasets index construction;
- [ ] Disk-based partial index construction and merging;
- [ ] Additional indexes to support things such as spelling correction.

**References**
- [Introduction to Information Retrieval - Christopher D. Manning, Prabhakar Raghavan and Hinrich Schütze](https://nlp.stanford.edu/IR-book/information-retrieval-book.html)

0 comments on commit c5ca26c

Please sign in to comment.