machinalis/iepy

BaseNERRunner not calling superclass init

Opened this issue · 1 comments

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

you are right!