Ports Search

Results 13,56113,570 of 17,660 for descr%3A%22spam filter%22.(0.021 seconds)
textproc/mathml-xsd-2 (Score: 1.14812414E-4)
The MathML XML Schema
This is the home of the MathML 2.0 XML Schema from the MathML Working Group. All the details needed to use it should be covered in appendix A of MathML 2.0, 2nd edition This schema is not normative. It is only provided as a tool to validate MathML instances, without any guarantee on the accuracy of the results. This version will be updated gradually to incorporate corrections or changes.
textproc/c2html-0.9.6 (Score: 1.14812414E-4)
C-language sources to HTML converter
C2html is a syntax highlighter for C source code that produces a highlighted html file as output. C2html offers the following features: - fast (single pass conversion using flex) - doesn't change formatting - only adds <FONT COLOR=#XXXX> tags and properly escapes non-ascii characters - easy integration with webservers - browse your sources colourized! - gzips http output for browsers to save bandwidth (only in CGI mode) - documentation and manpage included Please use the java2html port for converting C++ sources!
textproc/Hailo-0.70 (Score: 1.14812414E-4)
Pluggable Markov engine analogous to MegaHAL
Hailo is a fast and lightweight markov engine intended to replace AI::MegaHAL. Hailso has a Mouse (or Moose) based core with pluggable storage, tokenizer and engine backends. Hailo is similar to MegaHAL in functionality, the main differences (with the default backends) being better scalability, drastically less memory usage, an improved tokenizer, and tidier output. With Hailo, you can create, modify, and query Hailo brains. To use Hailo in event-driven POE applications, you can use the POE::Component::Hailo wrapper.
textproc/Number-Format-1.75 (Score: 1.14812414E-4)
Perl extension for formatting numbers
Number::Format is a library for formatting numbers. Functions are provided for converting numbers to strings in a variety of ways, and to convert strings that contain numbers back into numeric form. The output formats may include thousands separators - characters inserted between each group of three characters counting right to left from the decimal point. The characters used for the decimal point and the thousands separator come from the locale information or can be specified by the user. Seamus Venasse <svenasse@polaris.ca>
textproc/PDF-API3-3.001 (Score: 1.14812414E-4)
The Next Generation of Text::PDF::API2
After much time, effort, and with well received results, Alfred Reibenschuh is abandoning PDF::API2. However we have seen great progress in moving towards paperless methods. Furthermore the PDF specification is now an ISO standard. Now is the time to really push forward with the development of an even better perl pdf solution. This is a beginning toward that goal. This version starts with PDF::API2 0.73, creating a new one of PDF::API3.
textproc/RTF-Writer-1.11 (Score: 1.14812414E-4)
Perl module for generating documents in Rich Text Format
This module is for generating documents in Rich Text Format. This module is a class; an object belonging to this class acts like an output filehandle, and calling methods on it causes RTF text to be written. Incidentally, this module also exports a few useful functions, upon request. The following documentation assumes some familiarity with the RTF Specification. Users not already intimately familiar with RTF should look at RTF::Cookbook.
textproc/Text-Autoformat-1.670.000 (Score: 1.14812414E-4)
Automatic and manual text wrapping and reformating formatting
Text::Autoformat provides intelligent formatting of plaintext without the need for any kind of embedded mark-up. The module recognizes Internet quoting conventions, a wide range of bulleting and number schemes, centred text, and block quotations, and reformats each appropriately. Other options allow the user to adjust inter-word and inter-paragraph spacing, justify text, and impose various capitalization schemes. The module also supplies a re-entrant, highly configurable replacement for the built-in Perl format() mechanism.
textproc/Text-CSV_XS-1.18 (Score: 1.14812414E-4)
Comma-separated values manipulation routines
Text::CSV_XS provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV_XS class can combine fields into a CSV string and parse a CSV string into fields. The module accepts either strings or files as input and can utilize any user-specified characters as delimiters, separators, and escapes so it is perhaps better called ASV (anything separated values) rather than just CSV.
textproc/Text-Delimited-2.11 (Score: 1.14812414E-4)
Module for parsing delimited text files
Text::Delimited provides a programattical interface to data stored in delimited text files. It is dependant upon the first row of the text file containing header information for each corresponding "column" in the remainder of the file. After instancing, for each call to Read the next row's data is returned as a hash reference. The individual elements are keyed by their corresonding column headings.
textproc/Text-NSP-1.31 (Score: 1.14812414E-4)
Perl5 modules for Ngram Statistics Package
Text::NSP - The Ngram Statistic Package allows a user to count sequences of Ngrams in large corpora of text, and measure their association. The module NSP.pm is a stub that doesn't have any real functionality. The real work is done by five programs: count.pl statistic.pl rank.pl combig.pl kocos.pl These are not modules, and are run from the command line.