Locked History Actions

Diff for "LemmaPL"

Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2014-12-18 10:32:55
Size: 780
Comment:
Revision 3 as of 2014-12-18 12:49:46
Size: 1151
Comment:
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:
Currently, LemmaPL can be used from a Docker container: ipipan/langtools-taggers Currently, LemmaPL can be used from a [[https://www.docker.com/|Docker]] container: ipipan/langtools-all or ipipan/langtools-taggers (with your own WCRFT model attached to the container).

Instructions for ipipan/langtools-all image:
 * docker pull ipipan/langtools-all
 * docker run -v /home/username/my_tests:/root/my_tests -it ipipan/langtools-all /bin/bash
''inside container'':
 * cd /root/lemmapl
 * python lemmapl.py ../my_tests/test.txt

LemmaPL

LemmaPL is a lemmatization tool, which uses several existing tools and resources to provide higher than state-of-the-art lemmatization performance for Polish. Specifically, the following tools are used:

Author: Łukasz Kobyliński
License: GPL

Usage

LemmaPL is available in a form of a web service (SOON).

Currently, LemmaPL can be used from a Docker container: ipipan/langtools-all or ipipan/langtools-taggers (with your own WCRFT model attached to the container).

Instructions for ipipan/langtools-all image:

  • docker pull ipipan/langtools-all
  • docker run -v /home/username/my_tests:/root/my_tests -it ipipan/langtools-all /bin/bash

inside container:

  • cd /root/lemmapl
  • python lemmapl.py ../my_tests/test.txt