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 git@github.com:lwolfsonkin/lemmingatize.gitand setup by running
./setup.shNow, 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.