DTA::CAB::Analyzer::Dict::Latin - auxilliary latin word recognizer via external full-form dictionary |
DTA::CAB::Analyzer::Dict::Latin - auxilliary latin word recognizer via external full-form dictionary
use DTA::CAB::Analyzer::Dict::Latin; $latin = DTA::CAB::Analyzer::Dict::Latin->new(%args); $latin->analyze($tok);
DTA::CAB::Analyzer::Dict::Latin is a just a simplified wrapper for DTA::CAB::Analyzer::Dict which sets the following default options:
##-- analysis selection analyzeDst => 'latin', ##-- analysis output property tolower => 1, ##-- case-insensitive lookup
Bryan Jurish <jurish@bbaw.de>
Copyright (C) 2009 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.8.4 or, at your option, any later version of Perl 5 you may have available.
DTA::CAB::Analyzer::Dict::Latin - auxilliary latin word recognizer via external full-form dictionary |