-
Notifications
You must be signed in to change notification settings - Fork 0
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
TSV to STAM conversion #1
Comments
Make the columns configurable, also for STAM to TSV conversion. |
I started implementing this now. The idea is to have a flexible and powerful method of Users should be able to provide simple TSV data like: Text pos
Hello interjection
world noun Here
Alternatively, this text (without the exclamation mark) can be reconstructed on The above illustrates the more complex case I want to support where input data Text BeginOffset EndOffset pos
Hello 0 5 interjection
world 6 10 noun |
This includes text validation and support for custom columns. Other parse modes are to be implemented still.
This is mostly implemented now. |
Implement TSV (possibly also CSV but let's keep it simple) to STAM conversion.
The text was updated successfully, but these errors were encountered: