Skip to content
Snippets Groups Projects

Release 1.0.2.

3 files
+ 20
2
Compare changes
  • Side-by-side
  • Inline

Files

+ 4
0
@@ -229,6 +229,10 @@ def run(_):
"UD_Marathi-UFAL", "UD_Norwegian-Bokmaal"}:
command = command + " --targets deprel,head,upostag,lemma,feats"
# Datasets without FEATS
if treebank in {"UD_Japanese-GSD", "UD_Korean-Kaist"}:
command = command + " --targets deprel,head,upostag,xpostag,lemma"
# Datasets without LEMMA and FEATS
if treebank in {"UD_Maltese-MUDT"}:
command = command + " --targets deprel,head,upostag,xpostag"
Loading