Javier Mansilla
Javier Mansilla
I'll be checking how easy that may be. Do you have some prototypish hack for it?
Hi! Thanks for the interest and the comments. The general answer for your questions here is that we are not currently working on the project. - Has IEPY become obsolete...
Did you install iepy in a virtualenv? Are you running the iepy command with such virtualenv activated? In such case you shouldn't need to use sudo On Tue, Nov 21,...
Hi. It's awesome that you can build upon IEPY. Glad to know that. We based our initial work on this paper http://www.cs.columbia.edu/~gravano/Papers/2000/dl00.pdf For citing IEPY there are no structured requirements....
should be the user and password you provided when running iepy --create http://iepy.readthedocs.io/en/latest/tutorial.html#creating-an-instance-of-iepy On Fri, Sep 8, 2017 at 2:38 AM, erumharis wrote: > When l try to run the...
Hi I just checked that appdirs 1.2.0 seems to be available: https://pypi.python.org/pypi/appdirs/1.2.0 Can you create a virtualenv and run in a terminal this: `pip install appdirs==1.2.0` I just did and...
Hi Alonso. Sorry the delay. That issue seems to be a problem with the database, but I'm not clear where is that limit set. Are you using SQLite? Postgres? MySQL?...
It seems that the easiest hack from your side is to add a dummy SyntacticParsing step to your preprocess pipeline. It should return a sequences of parse trees strings (in...
Thanks for your message Cristhiant. As far as I remember, CoreNLP was providing Date and Number entity recognition. On Tue, Apr 18, 2017 at 4:23 PM, Cristhiant wrote: > Hi,...
Hi! I think that what you are wanting to do is very related with this other ticket: https://github.com/machinalis/iepy/issues/62 So, the short answer is "no, cannot be done out of the...