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

NAME

DTA::CAB::Analyzer::Morph::Helsinki::DE - morphological analysis via Gfsm automata, German (Helsinki)

SYNOPSIS

 use DTA::CAB::Analyzer::Morph::Helsinki::DE;
 
 $morph = DTA::CAB::Analyzer::Morph::Helsinki::DE->new(%args);
 $morph->analyze($tok);

DESCRIPTION

DTA::CAB::Analyzer::Morph::Helsinki::DE is a subclass of DTA::CAB::Analyzer::Morph::Helsinki suitable for use with a modified transducer from the hfst-german package. It sets the following default options:

 ##-- analysis selection
 label => 'morph',        ##-- analysis output property
 wantAnalysisLo => 0,     ##-- don't output lower label paths
 tolower => 0,            ##-- don't bash input to lower-case
 helsinkiLang => 'de',    ##-- just in case we need it

AUTHOR

Bryan Jurish <moocow@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2021 by Bryan Jurish

This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.24.1 or, at your option, any later version of Perl 5 you may have available.