# Imports & setupimport spacyimport pandas as pdfrom pprint import pprintnlp = spacy.load('la_core_web_lg')text ="avus eius Acrisius appellabatur."doc = nlp(text)print(doc)
/Users/pjb311/.venvs/latincy/lib/python3.11/site-packages/spacy/util.py:910: UserWarning: [W095] Model 'la_core_web_lg' (3.8.0) was trained with spaCy v3.8.3 and may not be 100% compatible with the current version (3.7.5). If you see errors or degraded performance, download a newer compatible model or retrain your custom model with the current spaCy version. For more details and available updates, run: python -m spacy validate
warnings.warn(warn_msg)
avus eius Acrisius appellabatur.
Here are the components provided by the default LatinCy models…