diff --git a/scripts/train_iwpt21.py b/scripts/train_iwpt21.py index 737a7b816a070c00ded66168e2705e56156ac0da..17737c9457fe9a0ca48bc76e1348533e19815e2e 100644 --- a/scripts/train_iwpt21.py +++ b/scripts/train_iwpt21.py @@ -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()))