machinalis / iepy

Information Extraction in Python
BSD 3-Clause "New" or "Revised" License
905 stars 186 forks source link

BaseNERRunner not calling superclass init #116

Open francolq opened 7 years ago

francolq commented 7 years ago

it should! the preprocessing breaks because self.increment is not defined (this is done in the superclass init).

https://github.com/machinalis/iepy/blob/develop/iepy/preprocess/ner/base.py#L13

jmansilla commented 7 years ago

you are right!