Ports Search

Results 441450 of 1,719 for /textproc/.(0.002 seconds)
textproc/hyphen-2004.04.15 (Score: 0.068937615)
Lithuanian hyphenation rules
Lithuanian hyphenation rules
textproc/ltxml-1.2.9 (Score: 0.068937615)
XML Toolkit
LT XML is an integrated set of XML tools and a developers' tool-kit, including a C-based API. The LT XML tool-kit includes stand-alone tools for a wide range of processing of well-formed XML documents, including searching and extracting, down-translation (e.g. report generation, formatting), tokenising and sorting. Sequences of tool applications can be pipelined together to achieve complex results. For special purposes beyond what the pre-constructed tools can achieve, extending their functionality and/or creating new tools is easy using the LT XML API. Minimal applications require less than one-half page of C code to express. LT XML provides two views of an XML file; one as a flat stream of markup elements and text; a second as a sequence of tree-structured XML elements. The two views can be mixed, allowing great flexibility in the manipulation of XML documents. It also includes a powerful, yet simple, querying language, which allows the user to quickly and easily select those parts of an XML document which are of interest.
Loader class for phrasebook implementations using YAML
This class loader implements phrasebook patterns using YAML. Phrases can be contained within one or more dictionaries, with each phrase accessible via a unique key. Phrases may contain placeholders, please see Data::Phrasebook for an explanation of how to use these. Groups of phrases are kept in a dictionary. In this implementation a single file is one complete dictionary.
textproc/Data-Report-0.10 (Score: 0.068937615)
Data::Report - Framework for flexible reporting
Data::Report is a flexible, plugin-driven reporting framework. The Data::Report framework consists of three parts: - the plugins Plugins implement a specific type of report. Standard plugins provided are Data::Report::Plugin::Text for textual reports, Data::Report::Plugin::Html for HTML reports, and Data::Report::Plugin::Csv for CSV (comma-separated) files. - the base class The base class Data::Report::Base implements the functionality common to all reporters, plus a number of utility functions the plugins can use. - the factory The actual Data::Report module is a factory that creates a reporter for a given report type by selecting the appropriate plugin and returning an instance thereof.
textproc/lucene-4.10.4 (Score: 0.068937615)
Full-text search engine for Java, 4.x branch
Lucene 4.x is a Java full-text search engine. Lucene is not a complete application, but rather a code library and API that can easily be used to add search capabilities to applications.
textproc/Data-SpreadPagination-0.1.2 (Score: 0.068937615)
Page numbering and spread pagination
Perl module for page numbering and spread pagination. The object produced by Data::SpreadPagination can be used to create an easy to use spread pagination navigator. It inherits from Data::Page, and in addition provides methods to create a pagination spread, keeping pagenumbers displayed within a sensible limit.
textproc/lv-aspell-0.5.5.1 (Score: 0.068937615)
Aspell Latvian dictionary
Aspell Latvian dictionary.
textproc/DelimMatch-1.05 (Score: 0.068937615)
Perl extension to find regexp delimited strings with proper nesting
DelimMatch allows you to match delimited substrings in a buffer. The delimiters can be specified with any regular expression and the start and end delimiters need not be the same. If the delimited text is properly nested, entire nested groups are returned. In addition, you may specify quoting and escaping characters that contribute to the recognition of start and end delimiters. -Anton <tobez@FreeBSD.org>
textproc/Dev-Bollocks-0.06 (Score: 0.068937615)
Perl module to generate bollocks straight from middle management
Perl module to generate arbitrary sized bollocks straight from middle management
textproc/Devel-TraceSAX-0.021 (Score: 0.068937615)
Trace SAX events
Traces SAX events in a program. Works by applying Devel::TraceCalls to a tracer on the desired classes for all known SAX event types (according to XML::SAX::EventMethodMaker and XML::SAX::Machines).