https://github.com/apertium/apertium-spa-ast
Apertium translation pair for Spanish and Asturian
https://github.com/apertium/apertium-spa-ast
apertium-trunk
Last synced: 8 months ago
JSON representation
Apertium translation pair for Spanish and Asturian
- Host: GitHub
- URL: https://github.com/apertium/apertium-spa-ast
- Owner: apertium
- Created: 2018-03-08T02:58:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T14:07:10.000Z (over 1 year ago)
- Last Synced: 2024-10-29T11:42:17.866Z (about 1 year ago)
- Topics: apertium-trunk
- Language: XML
- Homepage:
- Size: 67.1 MB
- Stars: 1
- Watchers: 10
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- Authors: AUTHORS
Awesome Lists containing this project
README
Asturian and Spanish (`apertium-spa-ast`)
===============================================================================
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
Requirements
===============================================================================
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
Compiling
===============================================================================
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.
Testing
===============================================================================
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
```
Files and data
===============================================================================
* `apertium-spa-ast.ast.dix` - Monolingual dictionary for Asturian
* `apertium-spa-ast.post-ast.dix` - Postgeneration dictionary for Asturian
* `apertium-spa-ast.spa-ast.dix` - Bilingual dictionary
* `apertium-spa-ast.bul.dix` - Monolingual dictionary for Spanish
* `apertium-spa-ast.post-bul.dix` - Postgeneration dictionary for Spanish
* `apertium-spa-ast.spa-ast.t1x` - Chunker rules for translating into Spanish
* `apertium-spa-ast.ast-spa.t1x` - Chunker rules for translating into Asturian
* `spa-ast.prob` - Tagger model for Asturian
* `ast-spa.prob` - Tagger model for Spanish
* `modes.xml` - Translation modes
For more information
===============================================================================
* 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
Help and support
===============================================================================
If you need help using this language pair or data, you can contact:
* Mailing list: apertium-stuff@lists.sourceforge.net
* IRC: `#apertium` on `irc.oftc.net`
See also the file AUTHORS included in this distribution.