corpkit icon indicating copy to clipboard operation
corpkit copied to clipboard

A toolkit for corpus linguistics

Results 20 corpkit issues
Sort by recently updated
recently updated
newest added

I can not run the interface, could anyone help me? $ python -m corpkit.gui Traceback (most recent call last): File "/home/rodriguesfas/anaconda3/lib/python3.6/site-packages/corpkit/gui.py", line 7171, in install importlib.import_module(name) File "/home/rodriguesfas/anaconda3/lib/python3.6/importlib/__init__.py", line 126,...

Hello, when I try to parse a corpus, I get the following error message: UnicodeDecodeError: 'ascii' codec can't decode byte 0xcc in position 33: ordinal not in range(128) I attach...

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...

Hi, I used corpkit for the first time, I created a project, added few corpora and then, upon reopening the program, I can't open the project. I attach the related...

I'm just getting started with corpkit. I loaded my first corpus called "Chapters" and clicked on "Parse: Chapters." Nothing happens. I'm attaching the log file. [log-00.txt](https://github.com/interrogator/corpkit/files/676240/log-00.txt) Also, perhaps this is...

With macOS Sierra, I'm occasionally getting a weird error: ``` python[72551:32862168] *** Terminating app due to uncaught exception 'CALayerInvalidGeometry', reason: 'CALayer position contains NaN: [0 nan]' ``` It's to do...

gui

Hello, I'm currently using corpkit as a research tool for my master's thesis in library and information science as well as for experimenting on my spare-time. It works well but...

gui

Follwing error ``` 17:42:39: Parsing finished. Moving parsed files into place ... Traceback (most recent call last): File "/home/d/anaconda2/lib/python2.7/site-packages/corpkit/env.py", line 2168, in interpreter out = run_command(tokens) File "/home/d/anaconda2/lib/python2.7/site-packages/corpkit/env.py", line 1113,...

_corpkit_ is currently oriented toward English, but nothing stops at least some features from being extended to other languages. I should be able to get around to the basics (encodings,...

It seems that the GUI is poorly sized on some screens. Tkinter doesn't do a lot to make this automatically fixable, but it's still something that can be addressed. Watch...

gui