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