The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Lingua::Interset::Tagset::DE::Smor - Driver for the German tagset of SMOR (Stuttgart Morphology)

VERSION

version 3.014

SYNOPSIS

  use Lingua::Interset::Tagset::DE::Smor;
  my $driver = Lingua::Interset::Tagset::DE::Smor->new();
  my $fs = $driver->decode('<+NN><Masc><Nom><Sg>');

or

  use Lingua::Interset qw(decode);
  my $fs = decode('de::smor', '<+NN><Masc><Nom><Sg>');

DESCRIPTION

Interset driver for the tagset of the German morphological grammar SMOR, accompanying the Stuttgart Finite State Transducer (SFST) tools by Helmut Schmid (https://code.google.com/p/cistern/wiki/SFST, https://code.google.com/p/cistern/wiki/SMOR). The same tags are also produced by the Zurich Morphological Analyzer for German (Zmorge, http://kitt.ifi.uzh.ch/kitt/zmorge/).

This driver has been tested on the output of Zmorge applied to words found in the Tiger treebank. We expect the part-of-speech tag (<+XXX>) and the following feature tags on input. The rest of Zmorge's output, i.e. the derivational tags, other tags such as <CAP>, <TRUNC> etc., and the morphemes of the analyzed word should not appear on input to this driver.

SEE ALSO

Lingua::Interset, Lingua::Interset::Tagset, Lingua::Interset::Tagset::DE::Stts, Lingua::Interset::Tagset::DE::Conll, Lingua::Interset::FeatureStructure

AUTHOR

Dan Zeman <zeman@ufal.mff.cuni.cz>, Lefteris Avramidis

AUTHOR

Dan Zeman <zeman@ufal.mff.cuni.cz>

COPYRIGHT AND LICENSE

This software is copyright (c) 2019 by Univerzita Karlova (Charles University).

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.