https://github.com/apertium/apertium-cat

Apertium linguistic data for Catalan

https://github.com/apertium/apertium-cat

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.5%) to scientific vocabulary

Keywords

apertium-languages

Keywords from Contributors

mt apertium-tools apertium-trunk apertium apertium-incubator apertium-nursery apertium-core apertium-staging web-app single-page-app
Last synced: 11 months ago · JSON representation

Repository

Apertium linguistic data for Catalan

Basic Info
  • Host: GitHub
  • Owner: apertium
  • License: gpl-2.0
  • Language: XML
  • Default Branch: master
  • Size: 84.9 MB
Statistics
  • Stars: 11
  • Watchers: 14
  • Forks: 7
  • Open Issues: 6
  • Releases: 10
Topics
apertium-languages
Created over 8 years ago · Last pushed 12 months ago
Metadata Files
Readme Changelog License Authors

README

# Catalan: apertium-cat

This is an Apertium monolingual language package for Catalan. What you can use this language package for:

* Morphological analysis of Catalan
* Morphological generation of Catalan
* Part-of-speech tagging of Catalan

## Requirements

You will need the following software installed:

* lttoolbox (>= 3.7.1)
* apertium (>= 3.8.3)
* vislcg3 (>= 1.3.9)

If this does not make any sense, we recommend you look at: https://apertium.org

## Compiling

Given the requirements being installed, you should be able to just run:

```console
$ ./autogen.sh
$ make
```

If you're doing development, you don't have to install the data, you can use it directly from this directory.

If you are installing this language package as a prerequisite for an Apertium translation pair, then do (typically as root / with sudo):

```console
# make install
```

You can give a `--prefix` to `./autogen.sh` to install as a non-root user, but make sure to use the same prefix when installing the translation pair and any other language packages.

If any of this doesn't make sense or doesn't work, see https://wiki.apertium.org/wiki/Install_language_data_by_compiling

## Testing

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

```console
$ echo "la casa" | apertium -d . cat-morph
^la/la/el/el/prpers$ ^casa/casa/casar/casar$^./.$

$ echo "la casa" | apertium -d . cat-tagger
^el$ ^casa$^.$
```

## Tagger model training

To train the tagger model, do one of the following:

Supervised training:
```console
$ make -f tagger.supervised.make
```

Unsupervised training
```console
$ make -f tagger.unsupervised.make
```

For details on the corpora used in training, check the [corpora information](tagger-data/README.md).

For more information, see https://wiki.apertium.org/wiki/Tagger_training

## Files and data

* [`apertium-cat.cat.metadix`](apertium-cat.cat.metadix) - Monolingual dictionary
* [`cat.prob`](cat.prob) - Tagger model
* [`apertium-cat.cat.rlx`](apertium-cat.cat.rlx) - Constraint Grammar disambiguation rules
* [`apertium-cat.post-cat.dix`](apertium-cat.post-cat.dix) - Post-generator
* [`modes.xml`](modes.xml) - Translation modes
* [`apertium-cat.cat.prefs.rlx`](apertium-cat.cat.prefs.rlx) - Generator preference rules 
* [`cat.preferences.xml`](cat.preferences.xml) - Generator preference list 

## For more information

* https://wiki.apertium.org/wiki/Installation
* https://wiki.apertium.org/wiki/apertium-cat
* https://wiki.apertium.org/wiki/Using_an_lttoolbox_dictionary

## Help and support

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

* Mailing list (Catalan): apertium-catala@lists.sourceforge.net
* Mailing list (general): apertium-stuff@lists.sourceforge.net
* IRC: `#apertium` on `irc.oftc.net` (irc://irc.oftc.net/#apertium)

See also the file [`AUTHORS`](AUTHORS), included in this distribution.

Owner

  • Name: Apertium
  • Login: apertium
  • Kind: organization
  • Email: apertium-contact@lists.sourceforge.net

Free/open-source platform for developing rule-based machine translation systems and language technology

GitHub Events

Total
  • Watch event: 3
  • Issue comment event: 1
  • Member event: 2
  • Push event: 101
  • Fork event: 1
Last Year
  • Watch event: 3
  • Issue comment event: 1
  • Member event: 2
  • Push event: 101
  • Fork event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 2,996
  • Total Committers: 27
  • Avg Commits per committer: 110.963
  • Development Distribution Score (DDS): 0.59
Past Year
  • Commits: 133
  • Committers: 6
  • Avg Commits per committer: 22.167
  • Development Distribution Score (DDS): 0.383
Top Committers
Name Email Commits
hectoralos h****s@g****m 1,229
Jaume Ortolà j****a@g****m 1,032
Marc Riera Irigoyen m****n@g****m 413
Xavi Ivars x****s@g****m 104
donissegui d****i@g****m 72
AnnaEvaPeig p****n@g****s 35
Gema Ramírez Sánchez g****z@p****m 18
Francis M. Tyers f****s@p****m 16
Tino Didriksen m****l@t****m 13
Juan Pablo Martínez Cortés j****t@u****s 13
Marc Riera m****c@m****t 11
Alberto Navalon a****o@g****m 8
Frankie Robertson f****e@r****e 7
Kevin Brubeck Unhammer u****r@f****g 5
Jordi Mas j****s@s****g 5
Daniel Swanson p****e@g****m 2
mlforcada m****f@d****s 2
donissegui d****i@g****l 2
sandy9999 l****9@g****m 1
Vaishnav 4****4 1
Tany Gómez e****z@p****m 1
Sushain Cherivirala s****n@s****e 1
Sergio Ortiz Rojas s****z@g****m 1
Hector h****r@b****k 1
Mikel L. Forcada m****f@e****e 1
Ubuntu u****u@i****l 1
Robert Escolano r****o@g****s 1

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 11
  • Total pull requests: 15
  • Average time to close issues: about 2 months
  • Average time to close pull requests: 17 days
  • Total issue authors: 6
  • Total pull request authors: 7
  • Average comments per issue: 1.09
  • Average comments per pull request: 0.93
  • Merged pull requests: 14
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 6 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • jaumeortola (5)
  • hectoralos (2)
  • sushain97 (1)
  • xavivars (1)
  • OlaFosheimGrostad (1)
  • jordimas (1)
Pull Request Authors
  • jordimas (5)
  • albertonl (4)
  • xavivars (2)
  • Robescolano (1)
  • sandy9999 (1)
  • padth4i (1)
  • Juanpabl (1)
Top Labels
Issue Labels
enhancement (1) good first issue (1)
Pull Request Labels

Dependencies

.github/workflows/build.yml actions