Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 614 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 614 Bytes

PyCorpusTools

Corpus/Document similarity tool, with cosine and boolean model. Built inPython3 + Tkinter

Screenshot

Installing

You need python3 and Tkinter3. Install using: Anything above Python 3.6.5 will work. Check your version using:

python3 -V

Install tkinter3 by running:

sudo apt install python3-tk

Depending on how modern your distro is, you might also need to separately install pyparsing. Make sure you use pip3 instead of pip:

pip3 install pyparsing

Now just build the application using:

python3 mainFile.py