Open CYUlysses opened 7 years ago
Hi,
As per the update in the readme, I'm not able to do more work on corpkit. There is a fork of the project at https://bitbucket.org/interro_gator/pollux. Installing that will still install corpkit, but with many improvements. If you're interested in the Tkinter GUI, I'm afraid that's unmaintained, because I'm putting together a web-app. You can find more information in the pollux app.
Let me know if you have any more questions, happy to help! But yes, use pollux
and the bitbucket repo instead for now.
If using python 2: will encounter error when trying to import "tkinter", because it should be "Tkinter" for python 2 (for python 3, "tkinter" is the right one)
If using python 3: module "string" has no attribute "lower", because in python 3 it has been renamed as "ascii_lowercase"