This module provides facilities for fast searching on strings with very many search keys. The basic object behaves somewhat like a perl hash, except that you can retrieve based on a superstring of any keys stored. Simply scan a string as shown above ...
TBUSCH/Text-Scan-0.31 - 02 Sep 2010 18:42:02 GMTEach instance of "PFT::Text::Symbol" represents a symbol obtained by parsing the text of an entry "PFT::Content::Entry": they are detected as "<a>" and "<img>" tags in HTML. Symbols are collected into a a "PFT::Text" object. An example will make this...
DACAV/PFT-v1.4.1 - 23 Jul 2019 15:14:22 GMTText::CSV is a thin wrapper for Text::CSV_XS-compatible modules now. All the backend modules provide facilities for the composition and decomposition of comma-separated values. Text::CSV uses Text::CSV_XS by default, and when Text::CSV_XS is not avai...
ISHIGAKI/Text-CSV-2.00 - 11 May 2019 02:58:31 GMTDespite the notion of a universal canvas, rich authoring of content through Web browsers is still rather poor and laborious to do. There have been attempts to create WYSIWYG(What You See Is What You Get) editor widgets to rectify this, however none o...
TIMA/Text-Tiki-0.73 - 06 Jan 2004 14:45:52 GMT"Text::Buffer" provides a mean of handling a text buffer with an oo-style interface. It provides basic navigation/editing functionality with an very easy interface. Generally a Text::Buffer object is created by using new. Without an options this will...
LAMMEL/Text-Modify-0.5 - 13 Oct 2006 17:27:31 GMTText::CSV_XS provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV_XS class will combine fields into a "CSV" string and parse a "CSV" string into fields. The module accepts either strings or...
HMBRAND/Text-CSV_XS-1.40 - 15 Sep 2019 12:50:52 GMTText::CSV_PP is a pure-perl module that provides facilities for the composition and decomposition of comma-separated values. This is (almost) compatible with much faster Text::CSV_XS, and mainly used as its fallback module when you use Text::CSV modu...
ISHIGAKI/Text-CSV-2.00 - 11 May 2019 02:58:31 GMT"Text::Document" allows to perform simple Information-Retrieval-oriented statistics on pure-text documents. Text can be added in chunks, so that the document may be incrementally built, for instance by a class like "HTML::Parser". A simple algorithm ...
ASPINELLI/Text-Document-1.07 - 04 Feb 2002 18:00:51 GMTMetaText is a text processing and markup meta-language which can be used for processing "template" files. This module is a Perl 5 extension implementing a MetaText object class which processes text files, interpreting and acting on the embedded MetaT...
ABW/Text-MetaText-0.22 - 01 Sep 1998 14:15:59 GMTText::Tokenizer is *very fast* lexical analyzer, that can be used to process input text from file or buffer to basic *tokens*: * NORMAL TEXT * DOUBLE QUOTED "TEXT" * SINGLE QUOTED 'TEXT' * INVERSE QUOTED 'TEXT' * SINGLE-INVERSE QUOTED `TEXT' * WHITES...
SAMSK/Text-Tokenizer-0.4.6 - 25 Jan 2012 15:54:10 GMTThis module is a drop in, pure perl, substitute for Text::Fuzzy. All documentation is taken directly from Text::Fuzzy. This module calculates the Levenshtein edit distance between words, and does edit-distance-based searching of arrays and files to f...
UGEXE/Text-Fuzzy-PP-0.01 - 04 Apr 2013 02:58:01 GMTThis module allows you to summarize bodies of text into a scored hash of *sentences*, *phrase-fragments*, and *individual words* from the provided text. These scores reflect the weight (or precedence) of the relative text-fragments, i.e. how well the...
FAELIN/Text-Summarizer-2.01 - 06 Jun 2018 19:37:52 GMTThe plan is to change the Text::SmartLinks module and write a new smartlinks.pl script so it will be usable in any Perl 5 or Perl 6 project to generate the HTML pages combining the POD content from the .pod and .pm files and test scripts. In addition...
SZABGAB/Text-SmartLinks-0.01 - 27 Apr 2009 10:13:05 GMTThis module provides a Perl front end for the geocode.xyz, geocoder.ca API. It allows the programmer to extract locations containing street addresses, street intersections and city names along with their geocoded latitude,longitude from bodies of tex...
ERUCI/Geo-Parser-Text-0.051 - 22 Feb 2018 00:12:37 GMTText::SpamAssassin is a wrapper around Mail::SpamAssassin that makes it easy to check simple blocks of text or HTML for spam content. Its main purpose is to help integrate SpamAssassin into non-mail contexts like blog comments. It works by creating a...
ROBN/Text-SpamAssassin-2.001 - 04 Dec 2010 05:21:59 GMTRead and write text files in a particular format FORMAT For the purposes of this module a CSV file looks like this: artist,name,year "Elvis Costello","Alison","1977" "Riuichi Sakamoto","23rd Psalm","1983" "Duane Eddy","Forty Miles of Bad Road","1959"...
SJHAWTIN/MusicRoom-0.40 - 30 Dec 2009 22:07:39 GMTKAORU/Text-Hogan-2.02 - 10 Mar 2019 16:10:40 GMT
Given an input file, scan its footnotes and rearrange them. This means that such document: #title test Hello [1] There [1] Test [1] [1] first Hello hello [1] second [1] third will become #title test Hello [1] There [2] Test [3] Hello hello [1] first ...
MELMOTHX/Text-Amuse-Preprocessor-0.61 - 19 Mar 2019 16:28:48 GMT