Ports Search

Results 9,8019,810 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
textproc/Lingua-EN-FindNumber-1.32 (Score: 7.770591E-5)
Locate (written) numbers in English text
Lingua::EN::FindNumber provides a regular expression for finding numbers in English text. It also provides functions for extracting and manipulating such numbers.
textproc/Lingua-EN-NamedEntity-1.93 (Score: 7.770591E-5)
Basic Named Entity Extraction algorithm
"Named entities" is the NLP jargon for proper nouns which represent people, places, organisations, and so on. This module provides a very simple way of extracting these from a text. If we run the "extract_entities" routine on a piece of news coverage of recent UK political events, we should expect to see it return a list of hash references looking like this: { entity => 'Mr Howard', class => 'person', scores => { ... }, }, { entity => 'Ministry of Defence', class => 'organisation', ... }, { entity => 'Oxfordshire', class => 'place', ... }, The additional "scores" hash reference in there breaks down the various possible classes for this entity in an open-ended scale.
textproc/IDNA-Punycode-0.03 (Score: 7.770591E-5)
Perl module to encode Unicode string in Punycode
IDNA::Punycode is a module to encode / decode Unicode strings into Punycode, an efficient encoding of Unicode for use with IDNA.
textproc/PPIx-Regexp-0.037 (Score: 7.770591E-5)
PPI regular expression parser
The purpose of the PPIx-Regexp package is to parse regular expressions in a manner similar to the way the PPI package parses Perl.
textproc/antiword-0.37 (Score: 7.770591E-5)
Application for displaying Microsoft(R) Word documents
Antiword is a free MS Word reader. It converts the binary files from Word 2, 6, 7, 97, 2000, 2002 and 2003 to plain text and to PostScript.
textproc/Perl-Critic-Tics-0.009 (Score: 7.770591E-5)
Extra policies for Perl::Critic
The Perl-Critic-Tics distribution includes extra policies for Perl::Critic to address a fairly random assortment of things that make me (rjbs) wince.
textproc/SVG-2.64 (Score: 7.770591E-5)
Perl extension for generating Scalable Vector Graphics (SVG) documents
SVG.pm is a perl extention to generate stand-alone or inline SVG (scaleable vector graphics) images using the W3C SVG xml recommendation.
textproc/Pod-POM-2.01 (Score: 7.770591E-5)
POD Object Model
This module implements a parser to convert Pod documents into a simple object model form known hereafter as the Pod Object Model. The object model is generated as a hierarchical tree of nodes, each of which represents a different element of the original document. The tree can be walked manually and the nodes examined, printed or otherwise manipulated. In addition, Pod::POM supports and provides view objects which can automatically traverse the tree, or section thereof, and generate an output representation in one form or another.
textproc/Search-Odeum-0.02 (Score: 7.770591E-5)
Perl interface to the Odeum inverted index API
Search::Odeum is an interface to the Odeum API. Odeum is the inverted index API which is a part of qdbm database library.
textproc/SGMLSpm-1.03 (Score: 7.770591E-5)
Perl module for postprocessing the output from sgmls and nsgmls
This distribution contains SGMLS.pm, a perl5 class library for parsing the output from James Clark's SGMLS and NSGMLS parsers.