Experiments (FOR LRE REVIEWERS) - mpsilfve/FinnPos GitHub Wiki
FinnPos: An Open-Source Morphological Tagging and Lemmatization Toolkit for Finnish, Language Resources and Evaluation, 2015.
For information on obtaining the FinnPos source code, see Build and install. After you have a clone of the repository, revert to a revision which is guaranteed to reproduce the results of our experiments
git reset --hard 70b866eeba6b53a517264490a5cb454a67b06e85
You should then run the following commands in the directory FinnPos
:
$ make $ make lre-experiments
The command make lre-experiments
should run in about half an hour. Its output is the file lre-experiments.log
which gives tagging accuracies of the various models used in the article as well as training and tagging times.