Two new scripts:
https://apertium.projectjj.com/osx/install-nightly-data.sh
https://apertium.projectjj.com/osx/install-release-data.sh

Run as e.g.:
./install-nightly-data.sh apertium-eng-deu

After which one can run the translation as
echo 'Hello world' | apertium -d /usr/local/share/apertium eng-deu

Or if one has used install-nightly.sh to get the tools in the same prefix,
then simply:
echo 'Hello world' | apertium eng-deu

The scripts can only fetch what's there, which one can see via:
https://apertium.projectjj.com/osx/nightly/data.php
https://apertium.projectjj.com/osx/release/data.php
https://apertium.projectjj.com/pkgs.php (machine readable)

These helpers only fetch data - the normal install-nightly.sh (-release)
script is needed to fetch tools.

-- Tino Didriksen
_______________________________________________
Apertium-stuff mailing list
Apertium-stuff@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/apertium-stuff

Reply via email to