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

Apertium linguistic data for Romanian

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

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.9%) to scientific vocabulary

Keywords

apertium-languages

Keywords from Contributors

apertium-trunk apertium-core apertium-tools apertium-incubator apertium apertium-nursery norwegian nynorsk mt bokmal
Last synced: 10 months ago · JSON representation

Repository

Apertium linguistic data for Romanian

Basic Info
  • Host: GitHub
  • Owner: apertium
  • License: gpl-3.0
  • Language: XML
  • Default Branch: master
  • Size: 3.48 MB
Statistics
  • Stars: 0
  • Watchers: 8
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Topics
apertium-languages
Created over 8 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License Authors

README

# Romanian: apertium-ron

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

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

## Requirements

You will need the following software installed:

* lttoolbox (>= 3.5.0)
* apertium (>= 3.6.0)
* vislcg3 (>= 1.3.0)

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 "o casă" | apertium -d . ron-morph
^o/o/un/îl$ ^casă/casă$

$ echo "o casă" | apertium -d . ron-tagger
^un$ ^casă$ 
```

## 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-ron.ron.dix`](apertium-ron.ron.dix) - Monolingual dictionary
* [`ron.prob`](ron.prob) - Tagger model
* [`apertium-ron.ron.rlx`](apertium-ron.ron.rlx) - Constraint Grammar disambiguation rules
* [`apertium-ron.post-ron.dix`](apertium-ron.post-ron.dix) - Post-generator
* [`modes.xml`](modes.xml) - Translation modes

## For more information

* https://wiki.apertium.org/wiki/Installation
* https://wiki.apertium.org/wiki/apertium-ron
* 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: 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
  • Push event: 3
Last Year
  • Push event: 3

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 124
  • Total Committers: 7
  • Avg Commits per committer: 17.714
  • Development Distribution Score (DDS): 0.153
Past Year
  • Commits: 3
  • Committers: 1
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Marc Riera Irigoyen m****n@g****m 105
Kevin Brubeck Unhammer u****r@f****g 7
Francis M. Tyers f****s@p****m 7
Tino Didriksen m****l@t****m 2
Xavi Ivars x****s@g****m 1
Sushain Cherivirala s****n@s****e 1
Daniel Swanson p****e@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 2
  • Total pull requests: 0
  • Average time to close issues: 10 months
  • Average time to close pull requests: N/A
  • Total issue authors: 2
  • Total pull request authors: 0
  • Average comments per issue: 1.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • xavivars (1)
  • TinoDidriksen (1)
Pull Request Authors
Top Labels
Issue Labels
bug (1) question (1)
Pull Request Labels

Dependencies

.github/workflows/monolingual.yml actions