Tutorials
Prerequisites
Install arsgrammatica:
pip install git+https://github.com/neelsmith/arsgrammatica.gitConfigure your language model in a .env file ilke this:
API_BASE=https://serviceprovider
MODEL=litellm_proxy/Claude Opus 5
API_KEY=your_keyPreassembled resources
- marimo notebooks for syntax analysis
- analyze Latin with a command line script
- diagram analyses with graphviz
- generate PNG diagrams from saved analyses with graphviz
- simplify batch-processing texts
Using the arsgrammatica package in python
- Quickest possible start to querying a language model