Ports Search

Results 581590 of 1,719 for /textproc/.(0.004 seconds)
textproc/Marpa-HTML-0.112 (Score: 0.068937615)
High-level HTML Parser
Marpa::HTML does "high-level" parsing of HTML. It allows handlers to be specified for elements, terminals and other components in the hierarchical structure of an HTML document. Marpa::HTML is an extremely liberal HTML parser. Marpa::HTML does not reject any documents, no mater how poorly they fit the HTML standards.
textproc/MathML-Entities-0.17 (Score: 0.068937615)
Convert XHTML+MathML Named Entities to Numeric Character References
MathML::Entities a content conversion filter for named XHTML+MathML entities. There are over two thousand named entities in the XHTML+MathML DTD. All the Entities defined in the XHTML+MathML DTD except the five "safe" ones (&lt;, &gt;, &amp;, &quot;, &apos;), will be converted to the equivalent numeric character references or to utf-8 characters. Named entities which are not in the XHTML+MathML DTD are escaped. This makes the resulting XHTML (or XHTML+MathML) safe for consumption by non-validating XML parsers. Unlike, HTML::Entities, the mapping between MathML named entities and codepoints is many-to-one. Therefore, there's no particular sense in having an inverse function, which takes codepoints to named entities. Based on: HTML::Entities by Koichi Taniguchi <taniguchi@livedoor.jp>
textproc/Net-Groonga-HTTP-0.03 (Score: 0.068937615)
Perl extension for Groonga httpd client library
Net::Groonga::HTTP is a client library for Groonga http server. Groonga is a fast full text search engine. Please look http://groonga.org/.
textproc/Lingua-EN-Gender-0.02 (Score: 0.068937615)
Inflect pronouns for gender
Small module for inflecting pronouns for a bunch of different genders. Seamus Venasse <svenasse@polaris.ca>
textproc/Lingua-EN-Infinitive-1.11 (Score: 0.068937615)
Determine the infinitive form of a conjugated word
Determine the infinitive form of a conjugated word. Also, determine the suffix used to identify which rule to apply to transform the conjugated word into the infinitive form. Seamus Venasse <svenasse@polaris.ca>
textproc/Net-IDN-Encode-2.300 (Score: 0.068937615)
Internationalizing Domain Names in Applications (RFC 3490)
This module provides an easy-to-use interface for encoding and decoding Internationalized Domain Names (IDNs). IDNs use characters drawn from a large repertoire (Unicode), but IDNA allows the non-ASCII characters to be represented using only the ASCII characters already allowed in so-called host names today (letter-digit- hypen, "/[A-Z0-9-]/i").
textproc/Net-Snort-Parser-1.41 (Score: 0.068937615)
Perl modules for parsing Snort configuration files
These modules provide a basis for parsing snort configuration files and rules, allow tools to be built that muck with rulesets with less effort. An example tool, snortconfig, is included.
textproc/Lingua-EN-Inflect-1.89.3 (Score: 0.068937615)
Convert singular words to their plural form
The exportable subroutines of Lingua::EN::Inflect provide plural inflections and "a"/"an" selection for English words. Plural forms of all nouns, most verbs, and some adjectives are provided. Where appropriate, "classical" variants (for example: "brother" -> "brethren", "dogma" -> "dogmata", etc.) are also provided. Seamus Venasse <svenasse@polaris.ca>
textproc/Net-YASA-0.03 (Score: 0.068937615)
Perl interface to YASA (Yet Another Suffix Array)
YASA is a simple implementation of Suffix Array for counting frequency of given text/string. This module provides a Perl interface to YASA via REST.
textproc/NetAddr-IP-Find-0.03 (Score: 0.068937615)
Iterates over all IP addresses in a text similar to Email::Find
This is a module for finding IP addresses in plain text. NetAddr::IP::Find exports one function, find_ipaddrs(). It works very similar to URI::Find's find_uris() or Email::Find's find_emails(). $num_ipaddrs_found = find_ipaddrs($text, \&callback);