Rafael Carrascosa

Results 10 issues of Rafael Carrascosa

Whenever a feature output / input check fails there's no indication as to which feature has the blame. It's necesary to know this in an environment with tens of features...

When testing, if you assign a plain function to BaseFeatureFixture.feature it gets transformed[0] to a bound method and therefore gets called with a "self" argument (along with the fixture). This...

bug

While testing, if your feature doesn't defines an input_schema then test_fuzz fails with a NotImplementedError. IMHO, if the feature doesn't defines an input schema then test_fuzz doesn't have to run...

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)...

enhancement

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

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

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

Once the BootstrappedIEPipeline starts running the Evidence instances generated are (kind of) read-only. The same evidences will be generated over and over in stage 1. Therefore, the vectorization needed for...

enhancement

A few files where renamed and the docs were not changed to reflect this. In particular, the tutorial name a file `parsing.py` that does not exists because it was renamed...

Word.prob seems to be unused. It should be checked that this is so and the "prob" attribute and related code removed. Credit to @dmoisset for spotting it

enhancement