Skip to content

d-sfounis/PyCorpusTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published