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()
The community tab is the place to discuss and collaborate with the HF community!