diff --git a/UD_any/print_results.py b/UD_any/print_results.py
index a35edfa459dbc5883aee991dc3ee9f99e22b0a06..fc2852d62fe1981a5c8b6a38a5f81e43fed3f6e2 100755
--- a/UD_any/print_results.py
+++ b/UD_any/print_results.py
@@ -6,8 +6,7 @@ import math
 
 if __name__ == "__main__" :
 
-#metrics = ["LAS","UAS","Tokens","Words","Sentences","UPOS","UFeats","Lemmas"]
-  metrics = ["Tokens","Words","UPOS","UFeats"]
+  metrics = ["LAS","UAS","Tokens","Words","Sentences","UPOS","UFeats","Lemmas"]
 
   output = []
   outputByModelScore = dict()