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
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?
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?