Ports Search

Results 521530 of 1,719 for /textproc/.(0.003 seconds)
textproc/Data-Phrasebook-0.35 (Score: 0.068937615)
Accessing phrasebooks from various data sources
Data::Phrasebook is a collection of modules for accessing phrasebooks from various data sources. Common uses of phrasebooks are in handling error codes, accessing databases via SQL queries and written language phrases. Examples are the mime.types file and the hosts file, both of which use a simple phrasebook design.
textproc/Hailo-0.70 (Score: 0.068937615)
Pluggable Markov engine analogous to MegaHAL
Hailo is a fast and lightweight markov engine intended to replace AI::MegaHAL. Hailso has a Mouse (or Moose) based core with pluggable storage, tokenizer and engine backends. Hailo is similar to MegaHAL in functionality, the main differences (with the default backends) being better scalability, drastically less memory usage, an improved tokenizer, and tidier output. With Hailo, you can create, modify, and query Hailo brains. To use Hailo in event-driven POE applications, you can use the POE::Component::Hailo wrapper.
textproc/Hash-Merge-0.20 (Score: 0.068937615)
Merges hashes
Hash::Merge merges two arbitrarily deep hashes into a single hash.
textproc/Hatena-Keyword-0.05 (Score: 0.068937615)
Extract Hatena Keywords in a string
This module allows you to extract Hatena keywords used in an arbitrary text and also allows you to mark up a text as HTML with the keywords. A Hatena keyword is an element in a suite of web sites *.hatena.ne.jp having blogs and social bookmarks among others. Please refer to http://d.hatena.ne.jp/keyword/ (in Japanese) for details. In Hatena Diary, a blog hosting service, a Hatena keyword found in a posting is linked to the keywords page automatically. You can implement the same kind of feature outside Hatena using this module. It queries Hatena Keyword Link API internally for retrieving terms
textproc/IO-CSVHeaderFile-0.04 (Score: 0.068937615)
Perl module to automate reads from CSV formatted text files
IO::CSVHeaderFile is a module that adds read/write CSV capabilities.
textproc/JavaScript-Minifier-XS-0.11 (Score: 0.068937615)
XS based JavaScript minifier
JavaScript::Minifier::XS is a JavaScript "minifier"; its designed to remove un-necessary whitespace and comments from JavaScript files, which also not breaking the JavaScript.
textproc/JavaScript-Packer-2.02 (Score: 0.068937615)
Perl version of Dean Edwards' Packer.js
JavaScript::Packer, a JavaScript compressor, is an adaptation of Dean Edwards' Packer.js. Additional information: http://dean.edwards.name/packer/
textproc/KinoSearch1-1.01 (Score: 0.068937615)
Perl search engine library
KinoSearch is a loose port of the Java search engine library Apache Lucene, written in Perl and C. The archetypal application is website search, but it can be put to many different uses. KinoSearch1 is a fork of KinoSearch version 0.165 intended to provide stability and backwards compatibility. For the latest features, see the main branch. Features * Extremely fast and scalable - can handle millions of documents * Full support for 12 Indo-European languages. * Support for boolean operators AND, OR, and AND NOT; parenthetical groupings, and prepended +plus and -minus * Algorithmic selection of relevant excerpts and highlighting of search terms within excerpts * Highly customizable query and indexing APIs * Phrase matching * Stemming * Stoplists
textproc/Kwalify-1.22 (Score: 0.068937615)
Implementation of Kwalify parser, validator and data binding tool
Kwalify is a parser, schema validator, and data binding tool for YAML and JSON. This package provides a Perl 5 implementation of Kwalify.
textproc/LaTeX-Driver-0.300.2 (Score: 0.068937615)
Perl module of LaTeX Driver
The LaTeX::Driver module encapsulates the details of invoking the Latex programs to format a LaTeX document. Formatting with LaTeX is complicated; there are potentially many programs to run and the output of those programs must be monitored to determine whether further processing is required.