To create a program which calculates how related two texts are based upon their monogram frequencies
- To set up the program, enter your text (the text you wish to compare) into comparison_text_raw in main.rs
- Then, add your comparison corpus to dummy_text.txt in corpus.txt
- Finally, do cargo run and it should return a percentage of the fitness
This software is unlicensed so use as you wish. I would like credit but it's up to you. The code has been attempted to be made as modular as possible.