latin-lemmatizer

Installation

Stable release

To install Latin Lemmatizer, run this command in your terminal:

uv add latin-lemmatizer

Or if you prefer to use pip:

pip install latin-lemmatizer

From source

The source files for Latin Lemmatizer can be downloaded from the Github repo.

You can either clone the public repository:

git clone https://github.com/mitchopt/latin-lemmatizer

Or download the tarball:

curl -OJL https://github.com/mitchopt/latin-lemmatizer/tarball/main

Once you have a copy of the source, you can install it with:

cd latin-lemmatizer
uv sync