Instructions to use latincy/la_core_web_trf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use latincy/la_core_web_trf with spaCy:
!pip install https://huggingface.co/latincy/la_core_web_trf/resolve/main/la_core_web_trf-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("la_core_web_trf") # Importing as module. import la_core_web_trf nlp = la_core_web_trf.load() - Notebooks
- Google Colab
- Kaggle
Ctrl+K
Claude Opus 4.8 (1M context)
fix(deps): widen latincy-preprocess pin to <0.4.0 (allow 0.3.1); dedupe spacy
f526517