mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 13:23:25 +03:00
908c006e32
- creates a virtual phrase table at decoding time based on a vector of component models and a combination algorithm - linear interpolation or instance weighting - two possible component model types supported so far: 0 (in-memory) or 12 (compact) - weights can be set in config, and overriden on a sentence-level through mosesserver API - online optimization (perplexity minimization) using dlib and xmlrpc-c call |
||
---|---|---|
.. | ||
analysis | ||
ems | ||
fuzzy-match | ||
generic | ||
other | ||
recaser | ||
regression-testing | ||
share/nonbreaking_prefixes | ||
tests | ||
tokenizer | ||
training | ||
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*.