#acl +All:read Default = PANTERA = The PANTERA is a Brill Tagger for morphologically rich languages, eg. Polish. The tool is released under the [[http://www.gnu.org/licenses/gpl.html|GNU General Public License v3]] and by downloading the package you accept the conditions of that licence. PANTERA's homepage is [[http://code.google.com/p/pantera-tagger/|here]]. '''Author:''' Szymon Acedański <> <
> '''License:''' GPL v.3 == Downloads == For some distributions it is available in packages: 1. Ubuntu, Mint (as a PPA): {{{ppa:bartosz-zaborowski/nlp}}} ([[https://launchpad.net/~bartosz-zaborowski/+archive/nlp|ppa's page on launchpad]]) (they work at least in Ubuntu 11.04, 11.10, 12.04 and Mint 11, for other versions try rebuilding from source package) 1. Fedora 16: * i686 . [[attachment:fedora_pantera-0.9r154-1.i686.rpm]] . [[attachment:fedora_pantera-debuginfo-0.9r154-1.i686.rpm]] . [[attachment:fedora_pantera-lib-0.9r154-1.i686.rpm]] * x86_64 . [[attachment:fedora_pantera-0.9r154-1.x86_64.rpm]] . [[attachment:fedora_pantera-debuginfo-0.9r154-1.x86_64.rpm]] . [[attachment:fedora_pantera-lib-0.9r154-1.x86_64.rpm]] * source rpm (may work for other versions of fedora too) . [[attachment:fedora_pantera-0.9r154-1.src.rpm]] 1. Opensuse 12.1 * i586 . [[attachment:opensuse_pantera-0.9r154-1.i586.rpm]] . [[attachment:opensuse_pantera-lib-0.9r154-1.i586.rpm]] * x86_64 . [[attachment:opensuse_pantera-0.9r154-1.x86_64.rpm]] . [[attachment:opensuse_pantera-lib-0.9r154-1.x86_64.rpm]] * source rpm (may work for other versions of Opensuse too) . [[attachment:opensuse_pantera-0.9r154-1.src.rpm]] The above packages depend on [[http://sgjp.pl/morfeusz/|Morfeusz-SGJP]]. Binaries for Ubuntu/Mint are available from the same PPA as pantera. RPMs for Fedora and Opensuse are here: * i686 . [[attachment:morfeusz-0.82_Polimorf_20130406-1.i686.rpm]] . [[attachment:morfeusz-debuginfo-0.82_Polimorf_20130406-1.i686.rpm]] . [[attachment:morfeusz-lib-0.82_Polimorf_20130406-1.i686.rpm]] * x86_64 . [[attachment:morfeusz-0.82_Polimorf_20130406-1.x86_64.rpm]] . [[attachment:morfeusz-debuginfo-0.82_Polimorf_20130406-1.x86_64.rpm]] . [[attachment:morfeusz-lib-0.82_Polimorf_20130406-1.x86_64.rpm]] * source rpm . [[attachment:morfeusz-0.82_Polimorf_20130406-1.src.rpm]] Any questions/bugreports/feature requests related to the tagger should be sent directly to the author (the email address is on the [[http://code.google.com/p/pantera-tagger/|homepage]]). Questions/bugreports related to the binary packages may be sent to the maintainer of packages (bartosz.zaborowski-no-spam@ipipan.waw.pl). == Publications == The tagger is described in a following paper: S. Acedański, "[[http://ripper.dasie.mimuw.edu.pl/~accek/homepage/wp-content/papercite-data/pdf/ace10.pdf|A Morphosyntactic Brill Tagger for Inflectional Languages]]," in Advances in Natural Language Processing, 2010, pp. 3-14. It is a rewrite of an experimental tagger described in S. Acedański and K. Gołuchowski, "[[http://ripper.dasie.mimuw.edu.pl/~accek/homepage/wp-content/papercite-data/pdf/acegol09.pdf|A Morphosyntactic Rule-Based Brill Tagger for Polish]]," in Recent Advances in Intelligent Information Systems, Kraków, Poland, 2009, pp. 67-76. == What does PANTERA stand for? == The acronym PANTERA comes from "Polskiej Akademii Nauk Tager Ekstrahujący Reguły Automatycznie", which means in English "Automatic Rule Extraction Based Tagger of the Polish Academy of Sciences". The word "pantera" means "leopard". == Latest patch == The latest patch for pantera with improved sentence segmentation and API: * As debian package: [[attachment:pantera_0.9-r150-4_amd64.deb]] * As patch on original sources (must be applied on revision 150, NOT on the HEAD): [[attachment:patches-r150-4.diff]] You need to install morfeusz-sgjp package first. It is available on PPA: {{{ppa:bartosz-zaborowski/nlp}}} ([[https://launchpad.net/~bartosz-zaborowski/+archive/nlp|ppa's page on launchpad]]). After downloading the pantera_0.9-r150-4_amd64.deb just type {{{sudo dpkg -i /some/path/to/pantera_0.9-r150-4_amd64.deb}}}