qe-team / marmot

MARMOT - the open source framework for feature extraction and machine learning, designed to estimate the quality of Machine Translation output
ISC License
21 stars 7 forks source link

examples for each of the experiment types that we support #18

Open chrishokamp opened 9 years ago

chrishokamp commented 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.