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

NAME

DTA::CAB::Analyzer::LTS - letter-to-sound analysis via Gfsm automata

SYNOPSIS

 use DTA::CAB::Analyzer::LTS;
 
 $lts = DTA::CAB::Analyzer::LTS->new(%args);
 $lts->analyze($tok);

DESCRIPTION

DTA::CAB::Analyzer::LTS is a just a simplified wrapper for DTA::CAB::Analyzer::Automaton::Gfsm which sets the following default options:

 analyzeDst     => 'lts',  ##-- analysis output property
 wantAnalysisLo => 0,      ##-- don't output lower label paths'

AUTHOR

Bryan Jurish <moocow@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2009-2019 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.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 117:

=cut found outside a pod block. Skipping to next block.