Apertium translation pair for Catalan and Romanian
Find a file
2025-08-26 13:00:17 +02:00
.github/workflows Add workflow 2022-05-21 12:52:47 +02:00
dev/testvoc assemblar 2025-08-26 13:00:17 +02:00
test Update tests 2022-05-21 12:51:30 +02:00
.gitattributes New entries, transfer rules 2018-07-28 02:18:39 +02:00
.gitignore generation.sh, find-duplicates.sh 2022-08-07 22:18:28 +02:00
.travis.yml Add make test to Travis 2021-01-26 23:43:35 +01:00
apertium-ron-cat.cat-ron.arx Add apertium-anaphora to the pipeline 2019-10-21 22:11:57 +02:00
apertium-ron-cat.cat-ron.lrx OFTC, http -> https, url fixups 2021-05-27 12:04:28 +02:00
apertium-ron-cat.cat-ron.t1x Preposicions 2019-06-05 15:51:54 +02:00
apertium-ron-cat.cat-ron.t2x OFTC, http -> https, url fixups 2021-05-27 12:04:28 +02:00
apertium-ron-cat.cat-ron.t3x OFTC, http -> https, url fixups 2021-05-27 12:04:28 +02:00
apertium-ron-cat.cat-ron.t4x OFTC, http -> https, url fixups 2021-05-27 12:04:28 +02:00
apertium-ron-cat.ron-cat.arx Add apertium-anaphora to the pipeline 2019-10-21 22:11:57 +02:00
apertium-ron-cat.ron-cat.dix assemblar 2025-08-26 13:00:17 +02:00
apertium-ron-cat.ron-cat.lrx OFTC, http -> https, url fixups 2021-05-27 12:04:28 +02:00
apertium-ron-cat.ron-cat.t1x realment, trànsfer 2019-06-06 14:52:27 +02:00
apertium-ron-cat.ron-cat.t2x OFTC, http -> https, url fixups 2021-05-27 12:04:28 +02:00
apertium-ron-cat.ron-cat.t3x OFTC, http -> https, url fixups 2021-05-27 12:04:28 +02:00
AUTHORS Release 1.0.0 2019-11-10 21:03:21 +00:00
autogen.sh Moving ca-ro to ron-cat, monolingual deps 2018-03-10 20:34:45 +01:00
ChangeLog Adding build files 2007-05-02 16:29:36 +00:00
configure.ac Canvi dels diacrítics a preferències 2021-11-04 15:22:46 +01:00
COPYING Moving apertium-ca-ro files to their own directory 2007-05-02 10:29:17 +00:00
Makefile.am lèxic valencià 2023-07-09 11:58:11 +02:00
modes.xml Modes cleanup 2022-01-25 09:23:15 +01:00
NEWS Moving apertium-ca-ro files to their own directory 2007-05-02 10:29:17 +00:00
README OFTC, http -> https, url fixups 2021-05-27 12:04:28 +02:00
README.md Converting README to MarkDown 2018-03-10 20:42:14 +01:00
ron-cat.preferences.xml Add bilingual preferences 2021-11-04 15:22:46 +01:00

Romanian and Catalan: apertium-ron-cat

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

  • Translating between Romanian and Catalan
  • Morphological analysis of Romanian and Catalan
  • Part-of-speech tagging of Romanian 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-ron
  • 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 . ron-cat
TODO test translated sentence 1

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

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

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

Files and data

  • apertium-ron-cat.ron-cat.dix - Bilingual dictionary
  • apertium-ron-cat.ron-cat.t1x - Chunking rules for translating into Catalan
  • apertium-ron-cat.cat-ron.t1x - Chunking rules for translating into Romanian
  • apertium-ron-cat.ron-cat.t2x - Interchunk rules for translating into Catalan
  • apertium-ron-cat.cat-ron.t2x - Interchunk rules for translating into Romanian
  • apertium-ron-cat.ron-cat.t3x - Postchunk rules for translating into Catalan
  • apertium-ron-cat.cat-ron.t3x - Postchunk rules for translating into Romanian
  • apertium-ron-cat.cat-ron.t4x - Extra transfer rules for translating into Romanian
  • apertium-ron-cat.ron-cat.lrx - Lexical selection rules for translating into Catalan
  • apertium-ron-cat.cat-ron.lrx - Lexical selection rules for translating into Romanian
  • 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.