Ports Search

Results 621630 of 1,719 for /textproc/.(0.003 seconds)
textproc/Lingua-Stem-Snowball-No-1.2 (Score: 0.068937615)
Stemmer for Norwegian
Lingua::Stem::Snowball::No is a perl port of the norwegian stemmer at http://snowball.sourceforge.net.
textproc/Lingua-Stem-Snowball-Se-1.2 (Score: 0.068937615)
Stemmer for Swedish
Lingua::Stem::Snowball::Se is a perl port of the swedish stemmer at http://snowball.sourceforge.net.
textproc/Lingua-Stem-Snowball-0.952 (Score: 0.068937615)
Lingua::Stem::Snowball - Perl interface to Snowball stemmers
This module provides unified perl interface to Snowball stemmers (http://snowball.tartarus.org) and virtually supports various languages. It's written using C for high performance and provides OO and plain interfaces.
textproc/asciidoc-8.6.9 (Score: 0.068937615)
Text document format for writing short documents and man pages
AsciiDoc is a text document format for writing short documents, articles, books and UNIX man pages. AsciiDoc files can be translated to HTML and DocBook markups using the asciidoc(1) command.
textproc/Lingua-StopWords-0.09 (Score: 0.068937615)
Stop words for several languages
This module provides lists of stopwords for several languages. Currently supported languages are Danish, Dutch, English, Finnish, French, German, Italian, Norwegian, Portugese, Spanish, Swedish, and Russian.
textproc/libxml2-2.7.6 (Score: 0.068937615)
Library providing XML and HTML support (Linux CentOS 6.8)
textproc/fex-2.0.0 (Score: 0.068937615)
Powerful field extraction tool
fex works like cut or awk in its field navigation, but allows you to specify token-based fields in a much more concise, flexible, and readable way. Due to the simplicity of fex's language, it can enable you to replace many common invocations of cut and awk with a single invocation of fex.
textproc/asm-xml-1.1 (Score: 0.068937615)
Very fast XML parser and decoder written in pure assembler
AsmXml is a very fast XML parser and decoder for x86 platforms. It achieves high speed by using the following features: * Support of an XML subset only * Written in pure assembler * Optimized memory accesses * Parsing and decoding at the same time This parser is intended for applications that need intensive processing of XML. This project will likely appeal you if XML parsing is a bottleneck in your data-flow. It is expecially designed for bulk loads into databases. This is not an all-purpose library, it is not designed to be used with DOM, SAX, XPath and so on. Here, XML is just considered as an interchange format, not as a working format.
textproc/PPIx-Utilities-1.001000 (Score: 0.068937615)
Extensions to PPI
This is a collection of functions for dealing with PPI objects, many of which originated in Perl::Critic. They are organized into modules by the kind of PPI class they relate to, by replacing the "PPI" at the front of the module name with "PPIx::Utilities", e.g. functionality related to PPI::Nodes is in PPIx::Utilities::Node.
textproc/Parse-BooleanLogic-0.09 (Score: 0.068937615)
Parser of boolean expressions
Parse::BooleanLogic is a fast parser for boolean expressions. Originally written for Request Tracker to parse SQL like expressions, it can be used to parse other boolean logic sentences with OPERANDs joined using binary OPERATORs and grouped and nested using parentheses.