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

example en-es file doesn't run #36

Open garfieldnate opened 8 years ago

garfieldnate commented 8 years ago

examples/word_level_quality_estimation/wmt_word_level_experiment.py does not run. There are several functions called on experiment_utils that are actually located in import_utils, and the interesting_tokens configuration refers to a non-existent package: marmot.preprocessing.parsers. It's quite possible that I am using the script incorrectly, but there aren't any general directions on its usage.