This is an Apertium language pair for translating between Asturian and Spanish. What you can use this language package for:
- Translating between Asturian and Spanish
- Morphological analysis of Asturian and Spanish
- Part-of-speech tagging of Asturian and Spanish
For information on the latter two points, see subheading "For more information" below
You will need the following software installed:
- lttoolbox (>= 3.1.2)
- apertium (>= 3.1.1)
- vspacg3 (>= 0.9.7.5129)
If this does not make any sense, we recommend you look at: apertium.org
Given the requirements being installed, you should be able to just run:
$ ./configure
$ make
You can use ./autogen.sh
instead of ./configure
you're compiling from
git. If you're using a --prefix
to ./configure
, make sure it's the
same one you used to install apertium itself.
If you are in the source directory after running make, the following commands should work:
$ echo "Esto es una prueba" | apertium -d . spa-ast
Esto ye una prueba
After installing somewhere in $PATH, you should be able to do eg.
$ echo "Esto es una prueba" | apertium spa-ast
Esto ye una prueba
The following command runs tests which are on the Apertium wiki page:
$ ./regression-tests.sh
apertium-spa-ast.ast.dix
- Monolingual dictionary for Asturianapertium-spa-ast.post-ast.dix
- Postgeneration dictionary for Asturianapertium-spa-ast.spa-ast.dix
- Bilingual dictionaryapertium-spa-ast.bul.dix
- Monolingual dictionary for Spanishapertium-spa-ast.post-bul.dix
- Postgeneration dictionary for Spanishapertium-spa-ast.spa-ast.t1x
- Chunker rules for translating into Spanishapertium-spa-ast.ast-spa.t1x
- Chunker rules for translating into Asturianspa-ast.prob
- Tagger model for Asturianast-spa.prob
- Tagger model for Spanishmodes.xml
- Translation modes
- https://wiki.apertium.org/wiki/Installation
- https://wiki.apertium.org/wiki/apertium-spa-ast
- https://wiki.apertium.org/wiki/Using_an_lttoolbox_dictionary
- https://wiki.apertium.org/wiki/Constraint_Grammar
If you need help using this language pair or data, you can contact:
- Mailing list: apertium-stuff@lists.sourceforge.net
- IRC:
#apertium
onirc.oftc.net
See also the file AUTHORS included in this distribution.