BaseNERRunner not calling superclass init
Opened this issue · 1 comments
francolq commented
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
you are right!