pere-src2dic(1)

PERE-SRC2DIC(1) User Contributed Perl Documentation PERE-SRC2DIC(1)

NAME

pere-src2dic - import dictionaries into translator's database

SYNOPSIS

pere-src2dic [options ...]

        Options:
                -help     brief help message
                -man      full documentation
                -csv      source text
                -pfx      translator database location
                -iln      input language
                -oln      output language
                -thm      thematic dictionary
                -mem      cache mem size
                -ovr      create new translator database
                -cfg      configuration file

OPTIONS

-help
Print a brief help message and exits.
-man
Prints the manual page and exits.
-csv
Filename for source text in "Comma Separated Value" format.
-pfx
Directory for translator database
-iln
Code for input language

Example:

"uk-ua" for Ukrainian
"ru-ru" for Russian
"en-us" for American English
It is used together with options "oln" and "thm" if option "pfx" is not set. As a result value of option "pfx" undertakes from a configuration file.
-oln
Code for output language

Example:

"uk-ua" for Ukrainian
"ru-ru" for Russian
"en-us" for American English
It is used together with options "iln" and "thm" if option "pfx" is not set. As a result value of option "pfx" undertakes from a configuration file.
-thm
Name of the thematic dictionary

It is used together with options "iln" and "oln" if option "pfx" is not set. As a result value of option "pfx" undertakes from a configuration file.

-mem
Set the size of memory cache in megabytes, otherwise are used system defaults.
-ovr
Create new or overwrite existing translation database
-cfg
Enables to specify other file of a configuration

DESCRIPTION

This script used for import source dictionaries into translator's database.

Above options may be found in "pere-trans.config" file at directories:

'/etc' - System configuration
'~' - User's home
'.' - Current working directory
2006-05-22 perl v5.12.2