Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 703 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 703 Bytes

Lemmingatize

Lemmingatize is a wrapper around the open-source joint lemmatizer-morphological tagger: Lemming

Requirements

Lemmingatize requires Python 3.6, Java, and ant.

Setup

Since this contains submodules, clone with

git clone --recurse-submodules [email protected]:lwolfsonkin/lemmingatize.git

and setup by running

./setup.sh

Use

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.