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

Exclude xpos in ru models.

parent d12e5ec7
No related branches found
No related tags found
2 merge requests!37Release 1.0.4.,!36Release 1.0.4
This commit is part of merge request !36. Comments created here will be created in the context of that merge request.
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment