diff options
Diffstat (limited to 'python/cdec/score.py')
-rw-r--r-- | python/cdec/score.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/cdec/score.py b/python/cdec/score.py index c107446f..d9486ef2 100644 --- a/python/cdec/score.py +++ b/python/cdec/score.py @@ -1 +1 @@ -from _cdec import BLEU, TER +from _cdec import BLEU, TER, Metric |