How to use diyclassics/la_core_cltk_md with spaCy:
!pip install https://huggingface.co/diyclassics/la_core_cltk_md/resolve/main/la_core_cltk_md-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("la_core_cltk_md") # Importing as module. import la_core_cltk_md nlp = la_core_cltk_md.load()
The community tab is the place to discuss and collaborate with the HF community!