Corpus/Document similarity tool, with cosine and boolean model. Built inPython3 + Tkinter
You need python3 and Tkinter3. Install using: Anything above Python 3.6.5 will work. Check your version using:
python3 -VInstall tkinter3 by running:
sudo apt install python3-tkDepending on how modern your distro is, you might also need to separately install pyparsing. Make sure you use pip3 instead of pip:
pip3 install pyparsingNow just build the application using:
python3 mainFile.py