NAME
ogmios-printConfig - Perl script for printing the configuration of the Omgios platform
SYNOPSIS
ogmios-printConfig [--help] [--man] [--rcfile=file] [--lang=lang] [--params=params] [--format=format]
OPTIONS
- --help brief help message
- --man full documentation
- --rcfile=file reads the given configuration file
- --lang=lang sets the language for which the Ogmios configuration will be printed. The value are set with a ISO 639-1 code (fr for French, en for English).
- --format=format specifies the format of the output (by default,
text
, otherwisedot
). - --params=params indicates the parameters to print (see "List of the parameters specifyig the ouput")
DESCRIPTION
This script prints configuration of the Ogmios platform as specified in the rcfile given in arguments.
Parameters specify the information to print. The list of the parameters is provided below ("List of the parameters specifyig the ouput"). If no parameters are indicated all the configuration (for a given language) is printed.
By default, the output format of the printed configuration is a textual description. When dot
is specified as format, the layout of NLP tools is printed as a graph in dot format.
List of the parameters specifyig the ouput
all
: all parameters are printedgenVar
: general variables are printedcnxVar
: connexion variables are printedoutVar
: variables specify the output are printedlingAnn
: list of the annotations to perform is printed
SEE ALSO
AUTHOR
Thierry Hamon, <thierry.hamon@limsi.fr>
COPYRIGHT AND LICENSE
Copyright (C) 2012 Thierry Hamon
This is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.