You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
There's half-completed code to serialize these as a tab separated list of whitespace separated token aspects. We also want some serialization that keeps all the aspects together.
I@0/PRP/B-NP rode@5/VB/B-VP
vs.
I@0 rode@5 \t PRP VB \t B-NP B-VP
In the tab format, should the offsets be separated from the tokens?
I rode \t 0 5 \t PRP VB \t B-NP B-VP
The text was updated successfully, but these errors were encountered:
There's half-completed code to serialize these as a tab separated list of whitespace separated token aspects. We also want some serialization that keeps all the aspects together.
vs.
In the tab format, should the offsets be separated from the tokens?
The text was updated successfully, but these errors were encountered: