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