Scroll to navigation

APERTIUM-GET(1) User Commands APERTIUM-GET(1)

NAME

apertium-get - apertium-get

DESCRIPTION

usage: apertium-get [-h] [-l [MODULES [MODULES ...]]]

[-m [MODULES [MODULES ...]]] [-k] [-s] [-x SKIP]
[-d DEPTH] [-S] [pairs [pairs ...]]

Download and build Apertium pairs and language data.

positional arguments:

pairs or modules to install

optional arguments:

show this help message and exit
list available pairs in MODULES instead of setting up data. If no modules are specified, all pairs will be listed.
list available pairs in MODULES instead of setting up data. If no modules are specified, all pairs will be listed.
keep going even if a dependency fails.
don't rebuild up-to-date dependencies/pairs
skip data dependency DEP (useful if DEP is installed through a package manager); may be specified multiple times
specify a --depth to 'git clone'
use ssh urls in git clone rather than https

EXAMPLES

apertium-get nno-nob
Download and set up apertium-nno-nob, along with its nno and nob dependencies.
sudo apt-get install giella-sme apertium-get -x sme sme-nob
Install giella-sme through apt-get, then install download and set up apertium-sme-nob, along with the nob dependency (but not sme).
apertium-get -l trunk
List available language pairs in SVN trunk.
apertium-get -l | grep kaz
List available language pairs involving Kazakh.
September 2020 apertium-get 1.0.0