MARMOT - the open source framework for feature extraction and machine learning, designed to estimate the quality of Machine Translation output
22
stars
7
forks
source link
examples for each of the experiment types that we support #18
Open
chrishokamp opened 9 years ago
we support three kinds of word-level experiments: 'plain', 'sequence', and 'dict'. we should have an example for each of these.
Ideally the example would just be in the configuration file, and the
run_experiment
code would handle the different experiment types transparently.