Ports Search

Results 5,4015,410 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.01 seconds)
textproc/libextractor-1.3 (Score: 2.9434034E-4)
Library for keyword extraction
Libextractor is a library used to extract meta-data from files of arbitrary type. It is designed to use helper-libraries to perform the actual extraction, and to be trivially extendable by linking against external extractors for additional file types.
textproc/highlighting-kate-0.6 (Score: 2.9434034E-4)
Syntax highlighting
The highlighting-kate is a syntax highlighting library with support for nearly one hundred languages. The syntax parsers are automatically generated from Kate syntax descriptions [1], so any syntax supported by Kate can be added. [1] http://kate-editor.org/
textproc/html-conduit-1.2.0 (Score: 2.9434034E-4)
Parse HTML documents using xml-conduit datatypes
This package uses tagstream-conduit for its parser. It automatically balances mismatched tags, so that there shouldn't be any parse failures. It does not handle a full HTML document rendering, such as adding missing html and head tags.
textproc/markdown-0.7.7 (Score: 2.9434034E-4)
Markdown Rendering for R
Provides R bindings to the 'Sundown' 'Markdown' rendering library (https://github.com/vmg/sundown). 'Markdown' is a plain-text formatting syntax that can be converted to 'XHTML' or other formats.
textproc/LaTeX-Encode-0.091.6 (Score: 2.9434034E-4)
Encode characters for LaTeX formatting
p5-LaTeX-Encode provides a function to encode text that is to be formatted with LaTeX. It encodes characters that are special to LaTeX or that are represented in LaTeX by LaTeX commands.
textproc/Lingua-Ident-1.7 (Score: 2.9434034E-4)
Statistical language identification
This module implements a statistical language identifier. The filename attributes to the constructor must refer to files containing tables of n-gram probabilites for languages. These tables can be generated using the trainlid(1) utility program. Seamus Venasse <svenasse@polaris.ca>
textproc/Net-Snort-Parser-1.41 (Score: 2.9434034E-4)
Perl modules for parsing Snort configuration files
These modules provide a basis for parsing snort configuration files and rules, allow tools to be built that muck with rulesets with less effort. An example tool, snortconfig, is included.
textproc/asciidoc-8.6.9 (Score: 2.9434034E-4)
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.
Analyzer for CJK texts
This is a text analyzer for analyzing CJK texts. Plucene does not support CJK texts natively. This module encodes terms in MIME::Base64 format to get around this problem. Texts are assumbed to be in UTF-8 encoding.
textproc/Pod-Stripper-0.22 (Score: 2.9434034E-4)
Strip all pod, and output what's left
This be Pod::Stripper, a subclass of Pod::Parser. It parses perl files, stripping out the pod, and dumping the rest (presumably code) to wherever you point it to (like you do with Pod::Parser).