finnpos–label - mpsilfve/FinnPos GitHub Wiki
cat data_file | finnpos-label model
Use a FinnPos model for morphological tagging and lemmatization of data.
The data_file needs to conform to the FinnPos data format
If the label field of an input word is non-empty, but instead contains a number of candidate morphological labels separated by spaces, the tagger will disambiguate between the candidates provided.
$ cat test_data.in | finnpos-label model > test_data.sys finnpos-label: Loading tagger. finnpos-label: Reading from STDIN. Writing to STDOUT.