iepy icon indicating copy to clipboard operation
iepy copied to clipboard

Information Extraction in Python

Results 46 iepy issues
Sort by recently updated
recently updated
newest added

Are there builtin relations in iepy? if not, some should be added... I recommend using the relations from [ConceptNet](http://conceptnet5.media.mit.edu/)

It would be great to provide a functionality to predict a relation over some text without asking you to insert that text in to the database. This could be really...

enhancement

Error is raised when clicking on the first EntityOccurrence. (using firefox 37.0.2) "Error: event is not defined $scope.eo_click@http://localhost:8000/static/js/document_questions.js:196:1 fb.prototype.functionCall/

bug

Right now, EO-alias is made up by concatenating involved tokens.

For instance, if i have iepy 0.9.2 installed and try to run an instance which was created with iepy 0.9.3, a instance upgrade ir requested when a iepy upgrade is...

bug

I would be great to have the option to output predictions in a self-contained format (ie, one that does not references DB objects). Currently predictions are outputted as a (evidence-id,...

enhancement

On documentation is not completely clear that once you run the preprocess you can already browse and edit the processed data.

enhancement

Every other script on the instances takes a parameter for the relation used, but the rules runner takes it from the rules.py file. For uniformity purposes we should think how...

The download 3rd party scripts downloads additional packages that are not needed, like: - Stanford NER - Stanford postagger - nltk stuff (perhaps not needed, really not sure). The script...

bug

In my own app I am trying to subclass IEDocument to have additional fields and methods, but mongoengine says I can't do it. Not sure if bug or design decision,...