Morphological analysis of historical languages
Extending syntactic analysis
I’m using DSPy to extend syntactic analyses with contextually disambiguated morphological anlayses:
- tabulaedspy: a Python package leveraging LLMs with
dspyto add Latin morphological anlayses toarsgrammaticatokens. - kanonesdspy: a Python package leveraging LLMs with
dspyto add ancient Greek morphological anlayses togrammatiketokens. (Not yet publicly released.)
Extracting information from spaCy
- latincymorph: get morphological data from spaCy analysis of Latin texts into a structured object format.