pycorpora
pycorpora copied to clipboard
A simple Python interface for Darius Kazemi's Corpora Project.
Adding a second usage example of nested subdirectories to make it even more obvious.
After upgrading `pip` to the newest version, installation of `pycorpora` fails. Or, more specifically: the library installs fine, but the data files are missing. After some investigation, it appears that...
In recent versions of pip, installing the `pycorpora` package no longer downloads the data. This branch moves the code to download the data into a script, which can be run...
At the moment there are categories in [corpora](https://github.com/dariusk/corpora) like "film-tv" and files like "materials/abridged-body-fluids" which cannot be accessed using the standard syntax of `pycorpora.category_name.file_name['key']`, because `-` is not a legal...
After succesfully installing pycorpora thru pip, I still get following error. ImportError: cannot import name plants This following the example from main page pycorpora Even the standard usage example doesn't...