Ports Search

Results 14,04114,050 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.018 seconds)
textproc/Lingua-EN-NamedEntity-1.93 (Score: 3.975496E-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: 3.975496E-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: 3.975496E-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: 3.975496E-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: 3.975496E-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/Search-Odeum-0.02 (Score: 3.975496E-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: 3.975496E-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.
textproc/String-Print-0.15 (Score: 3.975496E-5)
Alternative of printf
String::Print inserts values into (translated) strings. It provides printf and sprintf alternatives via both an object oriented and a functional interface.
textproc/Sort-Fields-0.90 (Score: 3.975496E-5)
Perl module to sort lines containing delimited fields
Sort::Fields provides a general purpose technique for efficiently sorting lists of lines that contain data separated into fields. -Anton <tobez@FreeBSD.org>
textproc/String-ShellQuote-1.04 (Score: 3.975496E-5)
Perl module for quote strings for passing through the shell
This module contains some functions which are useful for quoting strings which are going to pass through the shell or a shell-like object. -Anton <tobez@FreeBSD.org>