mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-28 06:22:14 +03:00
ef028446f3
This is not pleasant to read (and much, much less pleasant to write!) but sort of necessary in an open project. Right now it's quite hard to figure out what is licensed how, which doesn't matter much to most people but can suddenly become very important when people want to know what they're being allowed to do. I kept the notices as short as I could. As far as I could see, everything without a clear license notice is LGPL v2.1 or later. |
||
---|---|---|
.. | ||
analysis | ||
ems | ||
fuzzy-match | ||
generic | ||
OSM | ||
other | ||
recaser | ||
regression-testing | ||
server | ||
share/nonbreaking_prefixes | ||
tests | ||
tokenizer | ||
training | ||
Transliteration | ||
Jamfile | ||
README |
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*.