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