Apertium translation pair for English and Catalan
Find a file
2025-09-10 19:08:48 +02:00
.github/workflows Add workflows 2022-05-21 14:37:21 +02:00
dev/testvoc correccions 2025-08-26 13:22:43 +02:00
test Update tests 2022-05-21 14:07:13 +02:00
.gitattributes Update .gitattributes 2018-03-15 23:21:47 +01:00
.gitignore generation.sh, find-duplicates.sh 2022-08-07 22:11:21 +02:00
.travis.yml Add make test to Travis 2021-01-26 23:41:49 +01:00
apertium-eng-cat.cat-eng.arx Initial support for apertium-anaphora 2019-09-01 15:09:09 +02:00
apertium-eng-cat.cat-eng.lrx OFTC, http -> https, url fixups 2021-05-27 11:38:01 +02:00
apertium-eng-cat.cat-eng.lsx <j/> is now called <d/> (see https://github.com/apertium/apertium-separable/pull/44 ) 2021-10-18 15:44:39 +02:00
apertium-eng-cat.cat-eng.t1x rodolament 2025-02-21 17:52:13 +01:00
apertium-eng-cat.cat-eng.t2x +correccions trànsfer 2019-06-18 12:59:02 +02:00
apertium-eng-cat.cat-eng.t3x +correccions trànsfer 2019-06-18 12:59:02 +02:00
apertium-eng-cat.eng-cat.arx Anaphora resolution works again 2022-05-08 15:34:19 +02:00
apertium-eng-cat.eng-cat.dix next August 2025-09-10 19:08:48 +02:00
apertium-eng-cat.eng-cat.lrx validate lrx 2022-07-05 16:00:50 -05:00
apertium-eng-cat.eng-cat.lsx <j/> is now called <d/> (see https://github.com/apertium/apertium-separable/pull/44 ) 2021-10-18 15:44:39 +02:00
apertium-eng-cat.eng-cat.t1x lèxic textvoc 2025-02-20 20:15:52 +01:00
apertium-eng-cat.eng-cat.t2x OFTC, http -> https, url fixups 2021-05-27 11:38:01 +02:00
apertium-eng-cat.eng-cat.t3x Trànsfer: paraules desconegudes amb genitiu 2020-05-11 13:34:25 +02:00
apertium-eng-cat.eng-cat.t4x Move t3x to t4x 2019-05-29 13:40:21 +02:00
AUTHORS Release 1.0.0 2019-11-20 09:07:16 +00:00
autogen.sh new language pair with lrx 2016-01-24 09:13:21 +00:00
ChangeLog new language pair with lrx 2016-01-24 09:13:21 +00:00
configure.ac validate lrx 2022-07-05 16:00:50 -05:00
COPYING new language pair with lrx 2016-01-24 09:13:21 +00:00
eng-cat.preferences.xml Add bilingual preferences 2021-11-04 15:22:27 +01:00
Makefile.am canvi a un únic generador 2024-09-28 17:13:41 +02:00
modes.xml update tagger 2025-04-05 11:54:27 +02:00
NEWS Initial import 2007-05-10 19:29:33 +00:00
README OFTC, http -> https, url fixups 2021-05-27 11:38:01 +02:00
README.md Convert Readme to Markdown 2019-05-29 14:38:50 +02:00

English and Catalan: apertium-eng-cat

This is an Apertium language pair for translating between English and Catalan. What you can use this language package for:

  • Translating between English and Catalan
  • Morphological analysis of English and Catalan
  • Part-of-speech tagging of English and Catalan

For information on the latter two points, see subheading "For more information" below

Requirements

You will need the following software installed:

  • lttoolbox (>= 3.3.0)
  • apertium (>= 3.3.0)
  • vislcg3 (>= 0.9.9.10297)
  • apertium-eng
  • apertium-cat

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
# make install

You can use ./autogen.sh instead of ./configure in case you're compiling from source. If you installed any prerequisite language packages using a --prefix to ./configure, make sure to give the same --prefix to ./configure here.

Testing

If you are in the source directory after running make, the following commands should work:

$  echo "TODO test sentence 1" | apertium -d . eng-cat
TODO test translated sentence 1

$ echo "TODO test sentence 2" | apertium -d . cat-eng
TODO test translated sentence 2

After installing somewhere in $PATH, you should be able to do e.g.

$  echo "TODO test sentence 1" | apertium eng-cat
TODO test translated sentence 1

Files and data

  • apertium-eng-cat.eng-cat.dix - Bilingual dictionary
  • apertium-eng-cat.eng-cat.t1x - Chunking rules for translating into Catalan
  • apertium-eng-cat.cat-eng.t1x - Chunking rules for translating into English
  • apertium-eng-cat.eng-cat.t2x - Interchunk (stage 1) rules for translating into Catalan
  • apertium-eng-cat.cat-eng.t2x - Interchunk rules for translating into English
  • apertium-eng-cat.eng-cat.t3x - Interchunk (stage 2) rules for translating into Catalan
  • apertium-eng-cat.cat-eng.t3x - Postchunk rules for translating into English
  • apertium-eng-cat.eng-cat.t4x - Postchunk rules for translating into Catalan
  • apertium-eng-cat.eng-cat.lrx - Lexical selection rules for translating into Catalan
  • apertium-eng-cat.cat-eng.lrx - Lexical selection rules for translating into English
  • modes.xml - Translation modes

For more information

Help and support

If you need help using this language pair or data, you can contact:

See also the file AUTHORS included in this distribution.