liblingua-en-tagger-perl
part-of-speech tagger for English natural language processing
Lingua::EN::Tagger is a perl module which implements a probability based,
corpus-trained tagger that assigns POS tags to English text based on a lookup
dictionary and a set of probability values. The tagger assigns appropriate
tags based on conditional probabilities - it examines the preceding tag to
determine the appropriate tag for the current word. Unknown words are
classified according to word morphology or can be set to be treated as nouns
or other parts of speech.
mplinuxman
mp3 player manager for mpman F50/F60
libshell-perl
run shell commands transparently within perl
The Shell module is a show case, illustrating a few Perl features.
It shouldn't be used for production programs. Although it does provide a
simple interface for obtaining the standard output of arbitrary commands,
there may be better ways of achieving what you need.
ubuntu-release-upgrader-core
manage release upgrades
python-rosinstall
Installer for Robot OS (Python 2)
This package is part of Robot OS (ROS). The rosinstall package
provides a Python API for interacting with a source code workspace as
well as a group of command line tools. Rosinstall leverages the
vcstools package for source control and stores its state in
rosinstall files.
python-phply
PHP parser written in Python using PLY
phply is a parser for the PHP programming language written using PLY,
a Lex/YACC-style parser generator toolkit for Python.
With this parser you can:
- Convert PHP code to Python
- Run PHP templates in a Python environment
- Learn more about parsing "industrial" languages, warts and all