DTA::CAB::Analyzer::Extra - extra bonus analyzers for DTA::CAB suite
use DTA::CAB::Analyzer::Extra;
$anl = CLASS_OR_OBJ->new(%args);
$anl->analyzeDocument($doc,%analyzeOptions);
# ... etc.
The DTA::CAB::Analyzer::Extra package includes some additional analyzer classes not commonly used by the rest of the DTA::CAB suite, namely:
Document classification via DocClassify.
Language guessing via Lingua::LangId::Map.
Phonetic digest assignment via Text::Phonetic algorithms, including:
Phonetic digest analyzer: Koelner Phonetik algorithm.
Phonetic digest analyzer: Metaphone algorithm.
Phonetic digest analyzer: Soundex algorithm.
Phonetic digest analyzer: Phonem algorithm.
Phonetic digest analyzer: Phonix algorithm.
Transliterator using Text::Unidecode.
Bryan Jurish <moocow@cpan.org>
Copyright (C) 2008-2019 by Bryan Jurish
This library 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.