Text::Refer - parse Unix "refer" files River stage zero No dependents

*This module supercedes the old Text::Bib.* This module provides routines for parsing in the contents of "refer"-format bibliographic databases: these are simple text files which contain one or more bibliography records. They are usually found lurkin...

ERYQ/Text-Refer-1.106 - 30 Apr 1997 23:19:33 GMT

GD::Text - Text utilities for use with GD River stage two • 11 direct dependents • 41 total dependents

This module provides a font-independent way of dealing with text in GD, for use with the GD::Text::* modules and GD::Graph....

MVERB/GDTextUtil-0.86 - 19 Jun 2003 01:10:17 GMT

Text::NSP - Extract collocations and Ngrams from text River stage one • 3 direct dependents • 5 total dependents

The Ngram Statistics Package (NSP) is a collection of perl modules that aid in analyzing Ngrams in text files. We define an Ngram as a sequence of 'n' tokens that occur within a window of at least 'n' tokens in the text; what constitutes a "token" ca...

TPEDERSE/Text-NSP-1.31 - 04 Oct 2015 16:42:20 GMT

Text::PORE - Perl Object Rendering Engine River stage zero No dependents

Parallel to the idea of JSP and PHP, PORE was designed to separate data from presentation. The data is encapsulated in Perl objects, like Java Beans. The presentation is represented by PORE::Template, like JSP files. PORE consists of a templating lan...

ZTANG/Text-PORE-1.02 - 23 Feb 2004 00:21:00 GMT

WL::text - Perl binding for text protocol River stage zero No dependents

WL::text is a package generated from Wayland protocol definition using wl-scanner.pl. It implements WL::Base subclasses with wrappers for requests, event processing and constants for enums. It is not indended to be used directly. Instead, see WL::Con...

LKUNDRAK/WL-0.92 - 05 Jun 2014 08:03:56 GMT

Text::Table - Organize Data in Tables River stage three • 44 direct dependents • 196 total dependents

Organization of data in table form is a time-honored and useful method of data representation. While columns of data are trivially generated by computer through formatted output, even simple tasks like keeping titles aligned with the data columns are...

SHLOMIF/Text-Table-1.133 - 04 Aug 2017 17:54:24 GMT

Text::Textile - A humane web text generator. River stage two • 20 direct dependents • 27 total dependents

BCHOATE/Text-Textile-2.13 - 27 Jul 2014 02:11:11 GMT

Text::Ngramize - Computes lists of n-grams from text. River stage zero No dependents

"Text::Ngramize" is used to compute the list of n-grams derived from the bytes, characters, or words of the text provided. Methods are included that provide positional information about the n-grams computed within the text....

KUBINA/Text-Ngramize-1.03 - 07 Mar 2010 04:04:11 GMT

Text::WordDiff - Track changes between documents River stage zero No dependents

This module is a variation on the lovely Text::Diff module. Rather than generating traditional line-oriented diffs, however, it generates word-oriented diffs. This can be useful for tracking changes in narrative documents or documents with very long ...

TIMK/Text-WordDiff-0.09 - 21 Aug 2018 04:24:16 GMT

Text::Highlight - Syntax highlighting framework River stage zero No dependents

Text::Highlight is a flexible and extensible tool for highlighting the syntax in programming code. The markup used and languages supported are completely customizable. It can output highlighted code for embedding in HTML, terminal escapes for an ANSI...

ICRF/text-highlight-0.04 - 29 May 2005 20:17:58 GMT

Text::ANSITable - Create nice formatted tables using extended ASCII and ANSI colors River stage three • 11 direct dependents • 101 total dependents

This module is yet another text table formatter module like Text::ASCIITable or Text::SimpleTable, with the following differences: * Colors and color themes ANSI color codes will be used by default (even 256 and 24bit colors), but will degrade to low...

PERLANCAR/Text-ANSITable-0.501 - 02 Dec 2018 13:07:12 GMT

HTML::GUI::text - Create and control a text input for webapp River stage zero No dependents

JCHASSLER/HTML-GUI-0.04 - 23 Oct 2009 20:05:59 GMT

Text::Fingerprint - perform simple text clustering by key collision River stage zero No dependents

Text clustering functions borrowed from the Google Refine <http://code.google.com/p/google-refine/>. Can be useful for finding groups of different values that might be alternative representations of the same thing. For example, the two strings "New Y...

SYP/Text-Fingerprint-0.006 - 20 Jun 2014 13:20:29 GMT

Text::MacroScript - A macro pre-processor with embedded perl capability River stage zero No dependents

Define macros, scripts and variables in macro files or directly in text files. Commands can appear in separate macro files which are loaded in either via the text files they process (e.g. via the "%LOAD" command), or can be embedded directly in text ...

PSCUST/Text-MacroScript-2.11 - 13 Sep 2015 12:37:01 GMT

Text::CSV::Hashify - Turn a CSV file into a Perl hash River stage one • 1 direct dependent • 1 total dependent

The Comma-Separated-Value ('CSV') format is the most common way to store spreadsheets or the output of relational database queries in plain-text format. However, since commas (or other designated field-separator characters) may be embedded within dat...

JKEENAN/Text-CSV-Hashify-0.11 - 22 May 2018 23:09:09 GMT

Text::TemplateFill - Formatting of reports with templates from files, use for I18N River stage zero No dependents

This module provides template-from-file driven report writing in a way that is as easy to use as perl's in-built "write" verb. Major features are: * I18N formatting support, eg: decimal comma in France * I18N date support * Automatic page breaks * Va...

ADDW/Text-TemplateFill-1.7 - 27 Mar 2003 10:49:15 GMT

Text::Conversation - Turn a conversation into threads, one line at a time. River stage zero No dependents

Text::Conversation attempts to thread conversational text one line at a time. Given a speaker's ID (often a name, screen name, or other relatively unique identifier) and the text of their message, it attempts to find the most likely message they are ...

RCAPUTO/Text-Conversation-0.053 - 19 Aug 2013 14:18:15 GMT

Text::NSP::Measures - Perl modules for computing association scores of Ngrams. This module provides the basic framework for these measures. River stage one • 3 direct dependents • 5 total dependents

Introduction These modules provide perl implementations of mathematical functions (association measures) that can be used to interpret the co-occurrence frequency data for Ngrams. We define an Ngram as a sequence of 'n' tokens that occur within a win...

TPEDERSE/Text-NSP-1.31 - 04 Oct 2015 16:42:20 GMT

Text::MicroTemplate - Micro template engine with Perl5 language River stage three • 35 direct dependents • 106 total dependents

Text::MicroTemplate is a standalone, fast, intelligent, extensible template engine with following features. standalone Text::MicroTemplate does not rely on other CPAN modules. fast Based on Mojo::Template, expressions in the template is perl code. in...

KAZUHO/Text-MicroTemplate-0.24 - 27 Jun 2015 00:20:17 GMT

Text::GuessEncoding - Convert Text from almost any encoding to ASCII or UTF8 River stage zero No dependents

JNW/Text-GuessEncoding-0.07 - 21 Jun 2010 21:09:01 GMT

40 results (0.073 seconds)