NAME
alvis-nlp-client - Perl script for the client of the Alvis NLP Platform running in the distributed mode.
SYNOPSIS
alvis-nlp-client [options]
OPTIONS
DESCRIPTION
This script is the client part of the ALVIS NLP Platform in distributed mode. It aims at linguistically annotating the document sent by the server. The annotated document is returned to the server once the annotation process. One document is processed at a time.
The linguistic annotation depends on the configuration variables and depndencies between annotation levels.
For each connection to the server, the client performs connection ten times before exit (one second between each attempt).
The INT signal is ignored during the communication with the server to avoid losing documents (see function sigint_handler
).
METHODS
PROTOCOL
See the documentation associated to the script server.pl
SEE ALSO
Alvis web site: http://www.alvis.info
AUTHORS
Thierry Hamon <thierry.hamon@lipn.univ-paris13.fr> and Julien Deriviere <julien.deriviere@lipn.univ-paris13.fr>
LICENSE
Copyright (C) 2005 by Thierry Hamon and Julien Deriviere
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.