Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

NAME

DTA::CAB::Analyzer::Morph::Helsinki::EN - morphological analysis via Gfsm automata, English (Helsinki)

SYNOPSIS

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

DESCRIPTION

DTA::CAB::Analyzer::Morph::Helsinki::EN is a simplified wrapper for DTA::CAB::Analyzer::Morph::Helsinki suitable for use with a modified transducer from the hfst-english-installable package. which sets the following default options:

##-- analysis selection
label => 'morph', ##-- analysis output property
wantAnalysisLo => 0, ##-- don't output lower label paths
tolower => 1, ##-- bash input to lower-case
helsinkiLang => 'en', ##-- 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.