How to use Veekee/en_crochet_ner with spaCy:
!pip install https://huggingface.co/Veekee/en_crochet_ner/resolve/main/en_crochet_ner-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("en_crochet_ner") # Importing as module. import en_crochet_ner nlp = en_crochet_ner.load()
Ner model that classifies crochet words, using the entities: measurement, stitch, and tool. Trained on crochet textbooks.