ValueError: [E024] Got invalid whitespace entity spans after using spacy debug data #10523
-
Hi, After using I got the 3 invalid whitespace entity spans in Named Entity Recognition like this: ℹ 8 label(s) Is there any solution to deal with it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Usually fixing the invalid whitespace spans will resolve this problem. No entity spans should start or end with whitespace, or consist entirely of whitespace. It's just a hard-coded limitation of the |
Beta Was this translation helpful? Give feedback.
Usually fixing the invalid whitespace spans will resolve this problem. No entity spans should start or end with whitespace, or consist entirely of whitespace. It's just a hard-coded limitation of the
ner
component.