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

Use plain-text files for distillation #107

Closed
danieldk opened this issue Feb 12, 2021 · 0 comments
Closed

Use plain-text files for distillation #107

danieldk opened this issue Feb 12, 2021 · 0 comments
Milestone

Comments

@danieldk
Copy link
Member

Currently, distillation data is required to be in the CoNLL-U format. This is annoying and unnecessary. Use tokenized plain-text instead.

@danieldk danieldk added this to the 0.3.0 milestone Feb 12, 2021
danieldk added a commit that referenced this issue Feb 12, 2021
The text file should:

- Separate sentences with the linefeed character (\n).
- Separate tokens with the space character.

Fixes #107
danieldk added a commit that referenced this issue Feb 12, 2021
The text file should:

- Separate sentences with the linefeed character (\n).
- Separate tokens with the space character.

Fixes #107
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant