From aa142fba0d6f2739069c4b2b212d7618f4c5d22c Mon Sep 17 00:00:00 2001
From: Franck Dary <franck.dary@lis-lab.fr>
Date: Mon, 6 Apr 2020 10:08:25 +0200
Subject: [PATCH] print result adapted for tokemorpho

---
 UD_any/print_results.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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