Ports Search

Results 10,64110,650 of 17,660 for descr%3A%22spam filter%22.(0.011 seconds)
textproc/XML-Stream-1.24 (Score: 1.3121418E-4)
XML::Stream provides you with access to XML Stream
XML::Stream This module provides you with access to XML Streams. An XML Stream is just that. A stream of XML over a connection between two computers. For more information about XML Streams, and the group that created them, please visit:
textproc/YAPE-Regex-4.00 (Score: 1.3121418E-4)
Yet Another Parser/Extractor for Regular Expressions
This module is yet another (?) parser and tree-builder for Perl regular expressions. It builds a tree out of a regex, but at the moment, the extent of the extraction tool for the tree is quite limited. However, the tree can be useful to extension modules.
textproc/YAML-1.14 (Score: 1.3121418E-4)
YAML implementation in Perl
The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0 specification, http://www.yaml.org/spec/ YAML is a generic data serialization language that is optimized for human readability. It can be used to express the data structures of most modern programming languages, including Perl. For information on the YAML syntax, please refer to the YAML specification. -Anton
textproc/Horde_Xml_Element-2.0.4 (Score: 1.3121418E-4)
Horde Xml Element object
This package provides an element object that can be used to provide SimpleXML-like functionality over a DOM object. The main advantage over using SimpleXML is the ability to add multiple levels of new elements in a single call, without introducing "ghost" objects.
textproc/pure-xml-0.7 (Score: 1.3121418E-4)
Pure language interface for libxml2 and libxslt
This is a port of Q's XML module, which also includes support for XSLT. The module provides a simplified interface to the Gnome libxml2 and libxslt libraries, and supplies all the necessary data structures and operations to inspect, create, modify and transform XML documents with ease.
textproc/weka-3.8.0 (Score: 1.3121418E-4)
Data Mining Software in Java
Weka is a collection of machine learning algorithms for data mining tasks. The algorithms can either be applied directly to a dataset or called from your own Java code. Weka contains tools for data pre-processing, classification, regression, clustering, association rules, and visualization. It is also well-suited for developing new machine learning schemes.
textproc/Tempita-0.5.2 (Score: 1.3121418E-4)
Small text templating language
Tempita is a small templating language for text substitution. This isn't meant to be the Next Big Thing in templating; it's just a handy little templating language for when your project outgrows string.Template or % substitution. It's small, it embeds Python in strings, and it doesn't do much else.
textproc/et_xmlfile-1.0.1 (Score: 1.3121418E-4)
Implementation of lxml.xmlfile for the standard library
et_xmlfile is a low memory library for creating large XML files. It is based upon the xmlfile module from lxml with the aim of allowing code to be developed that will work with both libraries. It was developed initially for the openpyxl project but is now a standalone module.
textproc/Genshi-0.7 (Score: 1.3121418E-4)
Python toolkit for stream-based generation of output for the web
Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML or other textual content for output generation on the web. The major feature is a template language, which is heavily inspired by Kid.
textproc/reverend-0.3 (Score: 1.3121418E-4)
Simple Bayesian classifier written in Python
Divmod Reverend is a simple, general purpose Bayesian classifier, written in Python. It is designed to be easy to adapt and extend for your application. Stuff you can do with the Reverend: * classify RSS stories * classify recipes by cuisine * who do you write like? Shakespeare, Dickens or Austen * detect the language of a document * is your code more like Guido's or Peter's