modAL-python / modAL

A modular active learning framework for Python
https://modAL-python.github.io/
MIT License
2.2k stars 324 forks source link

Spacy NER #181

Open Evarln opened 11 months ago

Evarln commented 11 months ago

Hello, I'd like to use the framework to select items that contain named entities. In this case I'd like to "connect" spacy to Modal. The problem is that I get an error message saying that there is no fit attribute. How can I do this? :)

amirothman commented 7 months ago

Can you share some code examples please? I might be able to help.