iepy
iepy copied to clipboard
Information Extraction in Python
The `$JAVAHOME` should be point to `//java` directly, this might need pointed out in the installation. Since the usual way is `$JAVA_HOME=/JAVA/PATH/bin/` or `$JAVA_HOME=/JAVA/PATH/` . for instance, using apt to...
Add some more features and definition to describe your topic in brief
# Issue Type [x] Bug (Typo) # Steps to Replicate and Expected Behaviour - Examine iepy/instantiation/iepy_runner.py, tests/test_relations.py and observe `shorcut`, however expect to see `shortcut`. - Examine iepy/defaults.py, tests/test_db_preprocess_administration.py and...
I was interested in giving this a shot, got to the point of importing some data, and I got the following error while followint [the tutorial](https://iepy.readthedocs.io/en/latest/tutorial.html) ```$ python instantiation/csv_to_iepy.py /tmp/test_documents.csv...
I've been following along on the tutorial here: http://iepy.readthedocs.io/en/latest/tutorial.html Everything seemed to be going fine, but when I tried to run the preprocessor: ``` python bin/preprocess.py ``` I got the...
Hi guys, IEPY looks really well-made! Thank you for providing it all open source and well-documented. It does catch the eye that in recent years there has been less activity....
Everytime my code ran into iepy/data/models.py, ImportError was raised which is "No module named corpus"
When I want to add iedocument. The error happens.Why? IndexError at /admin/corpus/iedocument/add/ tuple index out of range Request Method: GET Request URL: http://127.0.0.1:8000/admin/corpus/iedocument/add/ Django Version: 1.8.14 Exception Type: IndexError Exception...
Hi! I have created created a set of gazettes, and I have included it in my database by running the provided script, gazettes_loader.py. I than ran the preprocess step, but...