https://github.com/proycon/oersetter-models
Models for Oersetter, a Frisian<->Dutch Machine Translation system
https://github.com/proycon/oersetter-models
fries frisian frysk machine-translation moses
Last synced: 5 months ago
JSON representation
Models for Oersetter, a Frisian<->Dutch Machine Translation system
- Host: GitHub
- URL: https://github.com/proycon/oersetter-models
- Owner: proycon
- Created: 2017-10-03T15:11:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-03T20:26:48.000Z (about 8 years ago)
- Last Synced: 2025-04-04T11:07:16.596Z (over 1 year ago)
- Topics: fries, frisian, frysk, machine-translation, moses
- Homepage: http://oersetter.nl
- Size: 5.58 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Oersetter Models
=================
Maarten van Gompel / Centre for Language and Speech Technology / Radboud University Nijmegen
Licensed under [OPEN LICENCE TO BE DETERMINED BY FRYSKE AKADEMY]
This repository contains models for Oersetter, the Frisian-Dutch Machine
Translation system developed by Radboud University Nijmegen in close
collaboration with Fryske Akademy. This repository does not contain the
literary sources to the models, as supplied by the Fryske Akademy, as those are
copyrighted. It only contains derivative data from which the sources can not be
reconstructed.
It contains the following
* ``nl-fy`` - *Dutch to Frisian*
* ``moses.ini`` - Configuration for [Moses](http://www.statmt.org/moses/) with parameters optimized on a held-out development set using MERT. This file references all the others, please read the notices inside.
* ``fy.lm`` - Language model (ARPA-style, generated with SRILM, should run also with KenLM supplied with Moses)
* ``phrase-table.gz`` - The phrase-translation table (ARPA-style, generated with SRILM, should run also with KenLM supplied with Moses)
* ``reordering-table.wbe-msd-bidirectional-fe.gz`` - Reordering table
* ``fy-nl`` - *Frisian to Dutch*
* ``moses.ini`` - Configuration for [Moses](http://www.statmt.org/moses/) with parameters optimized on a held-out development set using MERT. This file references all the others, please read the notices inside.
* ``nl.lm.gz`` - Language model (ARPA-style, generated with SRILM, should run also with KenLM supplied with Moses), this is a big one trained on the frisian parallel corpora, OpenSubtitles and Europarl
* ``nl.tiny.lm`` - A small language model trained only on the frisian parallel corpora and used during testing
* ``phrase-table.gz`` - The phrase-translation table (ARPA-style, generated with SRILM, should run also with KenLM supplied with Moses)
* ``reordering-table.wbe-msd-bidirectional-fe.gz`` - Reordering table
This system is to be used with [Moses](http://www.statmt.org/moses/). A moses2
server can then be started as follows:
```
moses2 -f moses.ini --server --server-port 2002 --mark-unknown --unknown-word-prefix "" --unknown-word-suffix ""
```
A RESTful webservice wrapper that communicates with such a Moses server (and
also provides a web-interface for users) is provided
[separately](https://github.com/proycon/oersetter-webservice) and is powered by
[CLAM](https://proycon.github.io/clam).