Instructions to use appfire/en_NER_Features with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use appfire/en_NER_Features with spaCy:
!pip install https://huggingface.co/appfire/en_NER_Features/resolve/main/en_NER_Features-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("en_NER_Features") # Importing as module. import en_NER_Features nlp = en_NER_Features.load() - Notebooks
- Google Colab
- Kaggle
File size: 4 Bytes
62551d6 | 1 2 3 | {
} |