Replies: 4 comments 3 replies
-
This seems like an error that is unrelated to spacy_conll. As you can see in the error log:
Seems like there are some discrepancies in your model config or somewhere in your custom model. |
Beta Was this translation helpful? Give feedback.
-
I see. So since there is a key error that occurs in |
Beta Was this translation helpful? Give feedback.
-
Good idea. I did that and other things. The pipeline with and without |
Beta Was this translation helpful? Give feedback.
-
That's ok. Thanks for your help anyway! |
Beta Was this translation helpful? Give feedback.
-
Hello,
I was wondering if the developer of the spacy_conll package or someone else in the community could explain where the error below comes from. It basically says that the
conll_formatter
cannot be run. The strange thing is is I have usedspacy_conll
for a long time now in my python scripts for spacy without problems until recently:To explain my setup, I use
The error occurs when I run the following script, the relevant parts of which are shown, with ERROR HERE marking the specific place the error occurs:
I can tell that the pipeline chokes on the first text line that is fed into it. I don't think I've changed anything in my
config.cfg
file for my model, and I can still train it on myconllu
data as usual. Could there be some python packages interfering with things, as I may have installed some recently?Beta Was this translation helpful? Give feedback.
All reactions