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

Discussion: Using global features in token-level models #29

Open chrishokamp opened 9 years ago

chrishokamp commented 9 years ago

We have some sentence-level features which could potentially be useful in token-level models as well, such as token count; however, all tokens in a sequence obviously would have the same value for these kinds of features.

What is the motivation behind using them or not using them?