Skip to content
Snippets Groups Projects
Commit b0bea82c authored by Mateusz Klimaszewski's avatar Mateusz Klimaszewski
Browse files

Exclude xpos in ru models.

parent 2c8e3061
No related merge requests found
......@@ -136,7 +136,7 @@ def run(_):
"""
# Datasets without XPOS
if lang in {"fr"}:
if lang in {"fr", "ru"}:
command = command + " --targets deprel,head,upostag,lemma,feats"
utils.execute_command("".join(command.splitlines()))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment