NAME
DTA::CAB::Analyzer::Morph - morphological analysis via Gfsm automata, for TAGH-style transducers
SYNOPSIS
$morph
= DTA::CAB::Analyzer::Morph::TAGH->new(
%args
);
$morph
->analyze(
$tok
);
DESCRIPTION
DTA::CAB::Analyzer::Morph::TAGH is a subclass of DTA::CAB::Analyzer::Morph suitable for use with TAGH-style transducers. It is currently just an alias for DTA::CAB::Analyzer::Morph.
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.