Open ftyers opened 6 years ago
It gives the mysterious error «cannot locate token with serial index "amod"», but I believe this isn't parsing because it uses spaces instead of tabs. It should be fairly easy to have it support spaces instead of tabs, but for now a simple search-and-replace should fix it?
@jonorthwash it's not quite so easy because you need to be careful of tokens with spaces in. Yes, a search and replace is always possible, but I implemented this feature so it's a bit frustrating that it got lost. A big use-case of annotatrix is copy/pasting between things (email, github issues, files etc.) where tabs can easily get lost.
Yeah, I was wondering about tokens with spaces. How did you originally implement parsing (converting?) of these line? It's probably fairly easy to reimplement it.
This issue might be best filed against notatrix. @keggsmurph21, what do you think?
The parser is in parser.js somewhere; this should be fairly easy to work out where it goes.
When I try and paste in this conllu,
It doesn't give any output. This worked before, try here.