mosesdecoder/scripts
HjalmarrSv da3768a296
Update nonbreaking_prefix.sv
Added Å Ä Ö, which are not unusual initials in names, e.g. Åke, Ärling, Östen.
Added some new, but mostly variations on the existing ones. Both a dot after each letter (or pair) and a dot only after last letter are accepted forms. A couple of decades ago, there had to be a space after the dot, which explains the third form.
The file for sv is much more useful with these few additions. Although, It is still far from complete.
Removed: G (occured twice).
In this list there is one item that is also a word, even when case is kept: tom.
If all words are in small case, then tex, mao, tom (again), may be confused with names, and iaf, etc with named entities.
2020-05-23 17:43:33 +02:00
..
analysis Added a simple support for the factored systems. 2015-08-27 15:15:32 +02:00
docker removed redundant subdirectory in path 2017-04-12 10:15:18 +08:00
ems attempt to handle Korean better; only consider horizontal space in final split 2019-12-16 15:52:45 +00:00
fuzzy-match unused script 2018-09-10 18:30:36 +01:00
generic Fix non-ASCII lowercasing 2019-02-27 10:17:29 -05:00
nbest-rescore README formatting fix 2016-03-14 02:23:06 -04:00
OSM Enable use strict pragma 2019-09-23 15:40:13 +09:00
other Add license notices to scripts. 2015-05-29 18:30:26 +07:00
recaser Revert "use ucfirst instead of defined uppercase function" 2019-01-04 14:55:55 +00:00
regression-testing Add license notices to scripts. 2015-05-29 18:30:26 +07:00
server Add license notices to scripts. 2015-05-29 18:30:26 +07:00
share/nonbreaking_prefixes Update nonbreaking_prefix.sv 2020-05-23 17:43:33 +02:00
tests dos2unix everything 2015-08-23 19:00:19 +04:00
tokenizer Single quotes should be escaped as single quotes. 2019-11-25 10:10:40 +08:00
training The .gz extension should be also added for 'On Disk' and 'Probing' Phrase tables. 2017-11-28 10:29:58 +01:00
Transliteration output debugging messages to stderr not stdout 2016-09-29 07:16:57 -04:00
Jamfile Fixed interaction of --install-scripts and --git 2012-08-09 11:04:24 -04:00
README fix start weights in experiment.perl, add hypothesis queue for picking hope and fear translations, add variations to 1slack formulation 2012-06-01 01:49:42 +01:00

2006-07-29

This directory should contain all multi-purpose scripts for:

- training    ... training moses (including BLEU evaluation needed for MERT)
- analysis    ... analyzing MT output (for human analysis)
- generic     ... script for handling generic issues (parallelization)
- lib         ... perl modules used by various scripts


The Jamfile then takes care of proper 'release' from your git directory to
the shared directories.

The released scripts should remain in the *same directory structure*.