.net

hi
Is it possible to use C# with Prodify generated models?
thx

hi @jweizman!

Thanks for your question.

Just to clarify, Prodigy is an annotation tool and doesn't "generate" models. The prodigy train recipe is really a wrapper for spacy train, which would create a spaCy model from the annotations created in Prodigy.

So another way of reframing your question: "is it possible to use spaCy models in C#?"

Yes, there's an extension in the spaCy universe:

This is a third-party extension so you'd need to check out the accompanying GitHub repo for more details. Hopefully this will help!

thank you very much!