Bundle::Atoll - Perl extension for ALPAGE Linguistic Processing Chain


Bundle-Atoll documentation Contained in the Bundle-Atoll distribution.

Index


Code Index:

NAME

Top

Bundle::Atoll - Perl extension for ALPAGE Linguistic Processing Chain

SYNOPSIS

Top

perl -MCPAN -e 'install Bundle::ATOLL'

DESCRIPTION

Top

This bundle regroups all Perl modules needed to install and run ALPAGE Linguistic Processing chain.

EXPORT

None by default.

CONTENTS

Top

AppConfig - Reading configuration files and parsing command line arguments

CGI - Simple Common Gateway Interface Class

DBI - Database independent interface for Perl

Data::Compare - Compare perl data structures

Data::Dumper - Convert data structure into perl code

Data::Grove - Support for deeply nested structures

Event - Fast, generic event loop

File::Temp - Create temporary files safely

IO::All

IO::Socket - Methods for socket input/output handles

IPC::Open2 - Open a process for both reading and writing

IPC::Open3 - Like IPC::Open2 but with error handling

IPC::Run - Child procs w/ piping, redir and psuedo-ttys

List::Compare - Compare elements of two or more lists

Net::Server - Extensible (class) oriented internet server

Net::Telnet - Interact with TELNET port or other TCP ports

Parse::RecDescent - Recursive descent parser generator

Parse::Yapp - Generates OO LALR parser modules

Term::Report - Easy way to create dynamic 'reports' from within scripts

Tie::IxHash - Indexed hash (ordered array/hash composite)

Time::HiRes - High resolution time, sleep, and alarm

XML::Generator - Generates XML documents

XML::LibXML - Interface to the libxml library

XML::Parser - Flexible fast parser with plug-in styles

SEE ALSO

Top

Check web page of ALPAGE Linguistic Processing Chain for information: http://alpage.inria.fr/installatoll.en.html

AUTHOR

Top

Isabelle Cabrera, <Isabelle.Cabrera@inria.fr>

COPYRIGHT AND LICENSE

Top


Bundle-Atoll documentation Contained in the Bundle-Atoll distribution.

package Bundle::Atoll;

use 5.008008;
use strict;
use warnings;

our $VERSION = '0.03';

1;
__END__