Instructions to use manjaveca/entity-extractor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use manjaveca/entity-extractor with spaCy:
!pip install https://huggingface.co/manjaveca/entity-extractor/resolve/main/entity-extractor-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("entity-extractor") # Importing as module. import entity-extractor nlp = entity-extractor.load() - Notebooks
- Google Colab
- Kaggle
Ctrl+K