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