The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Text::Refer"

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 UTC

GD::Text - Text utilities for use with GD River stage two • 10 direct dependents • 39 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 UTC

Text::NSP - Extract collocations and Ngrams from text River stage one • 2 direct dependents • 3 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 UTC

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 UTC

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 UTC

Text::Locus - text file locations River stage one • 6 direct dependents • 8 total dependents

Text::Locus provides a class for representing locations in text files. A simple location consists of file name and line number. e.g. "file:10". In its more complex form, the location represents a text fragment spanning several lines, such as "file:10...

SGRAY/Text-Locus-1.04 - 13 Feb 2021 09:49:39 UTC

Text::Table - Organize Data in Tables River stage three • 46 direct dependents • 180 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.135 - 12 Oct 2022 15:26:39 UTC

Twitter::Text - Perl implementation of the twitter-text parsing library River stage zero No dependents

Twitter::Text is a Perl implementation of the twitter-text parsing library. WARNING This library does not implement auto-linking and hit highlighting. Please refer Implementation status <https://github.com/utgwkk/Twitter-Text/issues/5> for latest sta...

UTGWKK/Twitter-Text-0.08 - 21 Mar 2021 10:31:11 UTC

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

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

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 UTC

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 UTC

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 UTC

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 UTC

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.14 - 18 May 2023 21:29:02 UTC

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 UTC

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 UTC

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 UTC

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 UTC

Text::NSP::Measures - Perl modules for computing association scores of Ngrams. This module provides the basic framework for these measures. River stage one • 2 direct dependents • 3 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 UTC

Template::Plugin::XML::LibXML - XML::LibXML Template Toolkit Plugin River stage zero No dependents

This module provides a plugin for the XML::LibXML module. It can be utilised the same as any other Template Toolkit plugin, by using a USE statement from within a Template. The use statment will return a reference to root node of the parsed document ...

MARKF/Template-Plugin-XML-LibXML-1.07 - 12 Aug 2004 10:10:32 UTC
42 results (0.042 seconds)