iepy
iepy copied to clipboard
Information Extraction in Python
If we specify an entity as anaphora by ticking the given checkbox, then how to link it with the actual entity it is referring to? For example: Children are free....
It would be great to have a tool to import and export annotated corpora. That would allow us to easily share the corpora that we already have (perdate and orgloc)...
I gave java home path inside my virtual environment but its not able to create instance JAVAHOME=/usr/lib/jvm/java-7-openjdk-amd64/bin/java JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64/bin/java iepy --create iepy Traceback (most recent call last): File "/home/gowtham/my_app/bin/iepy", line 11,...
I think `iepy` need a common interface to embed a tokenizer to support language like Chinese, Japanese .etc. There is a old ie project with gui named `GATE`, it contain...
Hi, Trying to get the rule based classifier working but currently unable to do so. I run the command python ./rules_verifier.py WhatisthePolicyNumberIssued? I get the output - Matches for rule...
I am working on a rule-based system for spatial relations extraction using iepy, i need to cite iepy and would like to know how to cite it properly and if...
When l try to run the web sever with command \bin\manage.py runserver, it is asking for id and password under the heading of "IEPY Administration". What id and password to...
hi, i got quit frustrated with this tool. i have copy the example rules.py to the project directory, but when i execute`python3 ./bin/iepy_rules_runner.py`, it tells me 'Relation 'was born' not...
ubuntu@ubuntu:~/mo$ python3 bin/iepy_runner.py persoana_test persoana_test.csv Loading candidate evidence from database... Getting labels from DB Sorting labels them by evidence Labels conflict solving Traceback (most recent call last): File "bin/iepy_runner.py", line...
I go through all the steps, briefly I upload the csv file, run the preprocess and define a relation and run the iepy_runner with the defined relation and make some...