Lemmingatize is a wrapper around the open-source joint lemmatizer-morphological tagger: Lemming
Lemmingatize requires Python 3.6, Java, and ant
.
Since this contains submodules, clone with
git clone --recurse-submodules [email protected]:lwolfsonkin/lemmingatize.git
and setup by running
./setup.sh
Now, you can use Lemmingatize to train lemming models, use lemming models to annotate corpora, or measure the lemmatization/tagging accuracies: all using the ./lemming
command at the root of this repo.