spacy debug data doesn't show where it saw an error #9834
-
I'm training a NER model on Hebrew text. After an error in training:
I tried to run spacy debug data (with verbose option), I'm getting an error report (6 invalid whitespace entity spans) but I don't see where the error are, I scanned the data myself to locate these spaces but didn't find them
I'm using spacy version 3.2 with python 3.8.8 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Found a way to clean my data: |
Beta Was this translation helpful? Give feedback.
-
I did this hack and it works perfect. Edit this file and save these annotations in text file
|
Beta Was this translation helpful? Give feedback.
Found a way to clean my data:
#3558