Search results for "module:Text::Iconv"
Text::Iconv - Perl interface to iconv() codeset conversion function
The Text::Iconv module provides a Perl interface to the iconv() function as defined by the Single UNIX Specification. The convert() method converts the encoding of characters in the input string from the *fromcode* codeset to the *tocode* codeset, an...
MPIOTR/Text-Iconv-1.7 - 17 Oct 2007 14:18:03 UTC
Text::Unaccent - Remove accents from a string
Text::Unaccent is a module that remove accents from a string. "unac_string" converts the input string from the specified charset to UTF-16 and call "unac_string_utf16" to return the unaccented equivalent. The conversion from and to UTF-16 is done wit...
LDACHARY/Text-Unaccent-1.08 - 29 Dec 2004 11:54:50 UTC
Text::StemTagPOS - Computes stemmed/POS tagged lists of text.
"Text::StemTagPOS" uses the modules Lingua::Stem::Snowball and Lingua::EN::Tagger to do part-of-speech tagging and stemming of English text. It was developed to pre-process text for other modules. Encoding of all text should be in Perl's internal for...
KUBINA/Text-StemTagPOS-0.61 - 31 Dec 2011 13:41:21 UTC
Text::Categorize::Textrank::En - Find potential keywords in English text.
"Text::Categorize::Textrank::En" provides methods for ranking the words in English text as potential keywords. It implements a version of the textrank algorithm from the report *TextRank: Bringing Order into Texts* by R. Mihalcea and P. Tarau. Encodi...
KUBINA/Text-Categorize-Textrank-0.51 - 12 Mar 2012 17:12:15 UTC
Text::Transliterator::Unaccent - Compile a transliterator from Unicode tables, to remove accents from text
This package compiles a transliteration function that will replace accented characters by unaccented characters. That function is fast, because it uses the builtin "tr/.../.../" Perl operator; it is compact, because it only treats the Unicode subset ...
DAMI/Text-Transliterator-1.04 - 13 Jun 2023 06:47:16 UTC