Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add alternative output formats #17

Open
reynoldsnlp opened this issue Jun 23, 2019 · 2 comments
Open

add alternative output formats #17

reynoldsnlp opened this issue Jun 23, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@reynoldsnlp
Copy link
Owner

This may not be possible in every case, but where possible, add other common output formats:

  • connl(x/u)
  • mystem
  • Multext-East (Sharoff, et al.)
  • etc?
@reynoldsnlp reynoldsnlp self-assigned this Aug 9, 2019
@reynoldsnlp reynoldsnlp added the enhancement New feature or request label Aug 10, 2019
@reynoldsnlp
Copy link
Owner Author

As for connl-u format, there does not appear to be any way to represent ambiguity, so the conversion would be lossy.

@reynoldsnlp
Copy link
Owner Author

mystem can have ambiguous readings separated by | in its output, even with the -d (disambiguate) flag:

$ echo "Мы уже работаем здесь три недели." | mystem3.1 -ind
Мы{мы=SPRO,мн,1-л=им}
уже{уже=ADV=}
работаем{работать=V,несов,нп=непрош,мн,изъяв,1-л}
здесь{здесь=ADVPRO=}
три{три=NUM=им|три=NUM=вин,неод}
недели{неделя=S,жен,неод=вин,мн|неделя=S,жен,неод=род,ед|неделя=S,жен,неод=им,мн}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant