Ports Search

Results 811820 of 1,719 for /textproc/.(0.003 seconds)
textproc/Text-Context-3.7 (Score: 0.068937615)
Handle highlighting search result context snippets
Given a piece of text and some search terms, produces an object which locates the search terms in the message, extracts a reasonable-length string containing all the search terms, and optionally dumps the string out as HTML text with the search terms highlighted in bold.
textproc/Text-Brew-0.02 (Score: 0.068937615)
Perl extension for the Brew edit distance
This module implements the Brew edit distance that is very close to the dynamic programming technique used for the Wagner-Fischer (and so for the Levenshtein) edit distance.
textproc/Text-Decorator-1.65 (Score: 0.068937615)
Apply a chain of filters to text
Text::Decorator is a framework for marking up plain text into various formats by applying a chain of filters. For instance, you might apply a filter which will cause URIs in text to be presented as links if the text is exported as HTML.
textproc/Text-Diff-HTML-0.07 (Score: 0.068937615)
Text::Diff::HTML - XHTML format for Text::Diff::Unified
This class subclasses Text::Diff::Unified, a formatting class provided by the Text::Diff module, to add XHTML markup to the unified diff format. For details on the interface of the diff() function, see the Text::Diff documentation. In the XHTML formatted by this module, the contents of the diff returned by diff() are wrapped in a <div> element, as is each hunk of the diff. Within each hunk, all content is properly HTML encoded using HTML::Entities, and the various sections of the diff are marked up with the appropriate XHTML elements.
textproc/Text-Diff-1.41 (Score: 0.068937615)
Text::Diff - Perform diffs on files and record sets
Text::Diff provides a basic set of services akin to the diff(1) utility. It is not anywhere near as feature complete as diff(1), but it is better integrated with Perl and available on all platforms. It is often faster than shelling out to a system's diff(1) executable for small files, and generally slower on larger files. -Anton <tobez@FreeBSD.org>
textproc/Text-CSV-1.33 (Score: 0.068937615)
Composition and decomposition of comma-separated values
Text::CSV provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV class can combine fields into a CSV string and parse a CSV string into fields.
textproc/Text-Diff3-0.10 (Score: 0.068937615)
Compute three-way differences between texts
To build some applications to arbitrate manipulations under concurrent works, it is necessary to compare three texts line by line. This diff3 code into Perl language has ported from GNU diff3.c widely used.
textproc/Text-DoubleMetaphone-0.07 (Score: 0.068937615)
Phonetic encoding of words
This module implements a "sounds like" algorithm developed by Lawrence Philips which he published in the June, 2000 issue of C/C++ Users Journal. Double Metaphone is an improved version of Philips' original Metaphone algorithm. -Anton <tobez@FreeBSD.org>
textproc/libkomparediff2-4.14.3 (Score: 0.068937615)
Library to compare files and strings
Library to compare files and strings, used in Kompare and KDevelop.
textproc/Text-Chomp-0.02 (Score: 0.068937615)
Module implementing a portable chomp
This module implements a single function, tchomp, which will remove all known line separators. The regular chomp() works only on the value in $/, which can be difficult if working in multi-platform environments.