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