Ports Search

Results 871880 of 1,719 for /textproc/.(0.004 seconds)
textproc/php56-5.6.26 (Score: 0.068937615)
The xmlwriter shared extension for php
textproc/Text-MicroMason-2.13 (Score: 0.068937615)
Perl extension for simple and extensible templating
Text::MicroMason interpolates blocks of Perl code embedded into text strings. Each MicroMason object acts as a "template compiler," which converts templates from text-with-embedded-code formats into ready-to-execute Perl subroutines.
Perl extension for extended MicroTemplate
Text::MicroTemplate::Extended is an extended template engine based on Text::MicroTemplate::File.
textproc/Text-MicroTemplate-0.23 (Score: 0.068937615)
Perl extension for standalone, fast and intelligent template engine
Text::MicroTemplate is a standalone, fast, intelligent, extensible template engine.
textproc/Text-MultiMarkdown-1.000035 (Score: 0.068937615)
Convert MultiMarkdown syntax to (X)HTML
Markdown is a text-to-HTML filter; it translates an easy-to-read and easy-to-write structured text format into HTML. Markdown's text format is most similar to that of plain text email, and supports features such as headers, *emphasis*, code blocks, blockquotes, and links. Markdown's syntax is designed not as a generic markup language, but specifically to serve as a front-end to (X)HTML. You can use span-level HTML tags anywhere in a Markdown document, and you can use block level HTML tags (like <div> and <table> as well). Text::MultiMarkdown implements the MultiMarkdown markdown syntax extensions from: http://fletcherpenney.net/multimarkdown/
textproc/Text-Netstring-0.07 (Score: 0.068937615)
Perl module to create and manipulate netstring encoded strings
The Text::Netstring module gives your perl programs an easy way to create and manipulate netstring encoded strings, as used by the QMTP and QMPC protocols. James Raftery. <james@now.ie>
textproc/Text-NeatTemplate-0.10.01 (Score: 0.068937615)
Fast, middleweight template engine
This module provides a simple, middleweight but fast template engine, for when you need speed rather than complex features, yet need more features than simple variable substitution.
textproc/Text-Original-1.5 (Score: 0.068937615)
Find original, non-quoted text in a message
A perl module to find original, non-quoted text in a message.
textproc/Text-Ngram-0.15 (Score: 0.068937615)
Perl module for n-gram analysis
Text-Ngram n-Gram analysis is a field in textual analysis which uses sliding window character sequences in order to aid topic analysis, language determination and so on. The n-gram spectrum of a document can be used to compare and filter documents in multiple languages, prepare word prediction networks, and perform spelling correction. This module provides an efficient XS-based implementation of n-gram spectrum analysis.
textproc/Text-Ngrams-2.003 (Score: 0.068937615)
Perl5 modules for Flexible Ngram analysis
Text::Ngrams - Flexible Ngram analysis (for characters, words, and more) This module implement text n-gram analysis, supporting several types of analysis, including character and word n-grams. The module can be used from the command line through the script ngrams.pl provided with the package.