Ports Search

Results 971980 of 1,719 for /textproc/.(0.003 seconds)
textproc/XML-Clean-1.06 (Score: 0.068937615)
Ensure, that *(HTML)* text pass throught an XML parser
The ultimate quest of this module is to produce from non-XML text text, that will will most probably pass throught any XML parser one could find. Basic cleaning is just XML tag matching (for every opening tag there will be closing tag as well, and they will form a tree structure). When you add some extra parameters, you will receive complete XML text, including XML head and root element (if none were defined in text, then some will be added).
textproc/XML-Code-0.4 (Score: 0.068937615)
Module for converting XML hash structures into plain text
This module converts XML hash structures into plain text.
textproc/WordNet-Similarity-2.07 (Score: 0.068937615)
Modules/CLI to determine semantic relatedness using the WordNet
This package consists of Perl modules along with supporting Perl programs that implement the semantic relatedness measures described by Leacock Chodorow (1998), Jiang Conrath (1997), Resnik (1995), Lin (1998), Hirst St Onge (1998), Wu Palmer (1994), the adapted gloss overlap measure by Banerjee and Pedersen (2002), and a measure based on context vectors by Patwardhan (2003). The details of the Vector measure are described in the Master's thesis work done by Patwardhan (2003) at the University of Minnesota Duluth. The Perl modules are designed as objects with methods that take as input two word senses. The semantic relatedness of these word senses is returned by these methods. A quantitative measure of the degree to which two word senses are related has wide ranging applications in numerous areas, such as word sense disambiguation, information retrieval, etc. For example, in order to determine which sense of a given word is being used in a particular context, the sense having the highest relatedness with its context word senses is most likely to be the sense being used. Similarly, in information retrieval, retrieving documents containing highly related concepts are more likely to have higher precision and recall values. A command line interface to these modules is also present in the package. The simple, user-friendly interface returns the relatedness measure of two given words.
textproc/XML-Atom-Ext-OpenSearch-0.03 (Score: 0.068937615)
XML::Atom extension for OpenSearch data
XML::Atom extension for OpenSearch data
textproc/XML-Atom-Filter-0.07 (Score: 0.068937615)
Easy creation of command line Atom processing tools
XML::Atom::Filter supports creation of command line tools to filter and process Atom feeds.
textproc/XML-Atom-SimpleFeed-0.862 (Score: 0.068937615)
XML::Atom::SimpleFeed - Generate simple Atom syndication feeds
This module exists to generate basic Atom syndication feeds. While it does not provide a full, object-oriented interface into all the nooks and crannies of Atom feeds, an Atom parser, or an Atom client API, it should be useful for people who want to generate basic, valid Atom feeds of their content quickly and easily.
textproc/XML-Atom-Stream-0.11 (Score: 0.068937615)
Client interface for AtomStream
ML::Atom::Stream is a consumer of AtomStream.
textproc/XML-DOM-Lite-0.15 (Score: 0.068937615)
Lite Pure Perl XML DOM Parser Kit
XML::DOM::Lite is designed to be a reasonably fast, highly portable, XML parser kit written in pure perl, implementing the DOM standard quite closely. To keep performance up and footprint down. The standard pattern for using the XML::DOM::Lite parser kit is to use XML::DOM::Lite qw(Parser :constants); Available exports are : Parser, Node, NodeList, NodeIterator, NodeFilter, XPath, Document, XSLT and the constants. This is mostly for convenience, so that you can save your key-strokes for the fun stuff. Alternatively, to avoid polluting your namespace, you can simply : use XML::DOM::Lite::Parser; use XML::DOM::Lite::Constants qw(:all); # ... etc
textproc/XML-Atom-Syndication-0.94.2 (Score: 0.068937615)
Simple lightweight client for consuming Atom syndication feeds
A simple lightweight client for consuming Atom syndication feeds.
textproc/XML-Atom-0.41 (Score: 0.068937615)
Perl5 modules for Atom feed and API implementation
Atom is a syndication, API, and archiving format for weblogs and other data. XML::Atom implements the feed format as well as a client for the API.