Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第13,24113,250项(搜索用时0.016秒)
textproc/LaTeX-ToUnicode-0.03 (Score: 1.5577191E-4)
Convert LaTeX commands to Unicode
LaTeX::ToUnicode provides a method to convert LaTeX-style markups for accents etc. into their Unicode equivalents. It translates commands for special characters or accents into their Unicode equivalents and removes formatting commands.
textproc/Lingua-Ident-1.7 (Score: 1.5577191E-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/MARC-Charset-1.35 (Score: 1.5577191E-4)
Convert MARC-8 encoded strings to UTF-8
MARC::Charset allows you to turn MARC-8 encoded strings into UTF-8 strings. MARC-8 is a single byte character encoding that predates unicode, and allows you to put non-Roman scripts in MARC bibliographic records.
textproc/Markapl-0.14 (Score: 1.5577191E-4)
Markup as Perl
This is a new try to use Devel::Declare to change the Perl5 language. It learns pretty much everything from Template::Declare, and has similar interface. With only one difference: how element attributes are defined.
textproc/Net-Snort-Parser-1.41 (Score: 1.5577191E-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/PDF-FromHTML-0.31 (Score: 1.5577191E-4)
Convert HTML documents to PDF
This module transforms HTML into PDF, using an assortment of XML transformations implemented in PDF::FromHTML::Twig. There is also a command-line utility, html2pdf.pl, that comes with this distribution.
Go from cardinal number (3) to ordinal ("3rd")
There are two kinds of numbers in English -- cardinals (1, 2, 3...), and ordinals (1st, 2nd, 3rd...). This library provides functions for giving the ordinal form of a number, given its cardinal value. Seamus Venasse <svenasse@polaris.ca>
textproc/PPI-XS-0.902 (Score: 1.5577191E-4)
XS acceleration for the PPI perl parser
PPI::XS provides XS-based acceleration of the core PPI packages. It selectively replaces a (small but growing) number of methods throughout PPI with identical but much faster C versions.
textproc/asciidoc-8.6.9 (Score: 1.5577191E-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.
textproc/Parse-Flex-0.12 (Score: 1.5577191E-4)
The Fastest Lexer in the West
Parse::Flex works similar to Parse::Lex, but it uses XS for faster performance. This module allows you to construct a lexer analyzer with your custom rules. Parse::Flex is not intended to be used directly; instead, use the script makelexer.pl to submit your grammar file. The output of the script is a custom shared library and a custom .pm module which, among other things, will transparently load the library and provide interface to your (custom) lexer. In other words, you supply a grammar.l file to makelexer.pl and you receive Flex01.pm and Flex02.so . Then, use only the Flex01.pm - since Flex01.pm will automatically load Flex01.so. The grammar.l file requires the same syntax as flex(1); that is, the actions are written in C . See the flex(1) documentation to learn the syntax, or fetch the sample t/grammar.l file inside this package.