Converting prodigy jsonl to spacy: am I missing something? #10202
-
Supposing I have a set of documents annotated with Prodigy, so they are in the output format as in examples in the docs. I want to convert these to Spacy So far I've been doing this manually, with e.g.
It works, but it feels like either prodigy or spacy is missing some built-in functionality around this, given how tightly the libraries are couples otherwise. Is there for obvious way of solving this task that I'm missing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey, |
Beta Was this translation helpful? Give feedback.
Hey,
If you annotated the data with prodigy, you can use the
data-to-spacy
command (https://prodi.gy/docs/recipes#data-to-spacy) to get the.spacy
files for training.