So, the levenshtein thingy doesn't work.
New idea: create vec of words and their counts in the docs and do something with that. and do something with the trigrams.
-
Install
rupstupon your system. Go to the website and follow the instructions on there. -
Make sure that
cargois in your path environment variable. you can verify this by opening a console and running:
cargo --versionIf the output is something like cargo 1.xx.x (hash) then you've done it right.
- To run the project run the following command in the project root:
cargo run --release