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

cache pseudo references #32

Open chrishokamp opened 9 years ago

chrishokamp commented 9 years ago

we need a way of caching pseudo references after they are generated. no translation engine will let us query endlessly. If a user is running many experiments in a day, they could potentially query the translation engine thousands or millions of times. A simple database of known translations (i.e. a translation memory) is probably the best solution.