Pos-tag
Pos-tag aims at providing the world with a cli application for part of speech tagging using Maxent models from NlpTools.
It is the product of these series of posts and the original aim was only for the Greek language.
Usage
bin/pos-tag tag "Η καλή μας αγελάδα βόσκει κάτω στην λιακάδα"
Η/article καλή/adjective μας/pronoun αγελάδα/noun βόσκει/verb κάτω/adverb στην/article λιακάδα/noun
Installation
Simply download the zip and install with composer. Alternatively you can download a phar archive.
Prebuilt Models
In order to do what is shown above in the usage example a pre built model for the greek language is required. You can use any of the following models and you can read more about their usage here.
License
The contents of this repository are all published under the license present in the LICENSE file.