TF-IDF implemented in Rust!
- Parse directories
- Parse files
- Create tf-idfs
- Creating word -> sorted tf-idf mapping (Index)
- Write to DB? (NoSQL?)
- Better "word" splitting create_map (Outdated link) - Solution: Lexer
- Multithread?
- PDF Support
- HTML support
- Testing using idiomatic rust instead of functional
- Clean up non-idomatic rust - i.e.
to_str().clone()....bullshit