Sampo Pyysalo

Results 14 issues of Sampo Pyysalo

CoNLL-U version 2 allows space in FORM and LEMMA (http://universaldependencies.org/format). It may not be possible to fully reliably support this in loose parsing mode (which allows any space as field...

enhancement

The UD v2 version of the CoNLL-U spec extends the v1 version implemented by conllu.js in at least the following * Space is permitted in FORM and LEMMA * Empty...

the issue is here in `annodoc.js` ``` var sentenceLabels = parsed.sentlabels.slice(0); dispatcher.on('doneRendering', function() { [...] }); ``` after `sentenceLabels` is first copied, there's nothing that changes the copy referenced from...

enhancement

Minor changes were made to brat libraries at least in #7, these should be ported back to brat master as much as possible.

enhancement

The script takes input as a sequence of strings in CoNLL format: https://github.com/spyysalo/conlleval.py/blob/master/conlleval.py#L57 This is fine for command-line use, but cumbersome for calling from Python. There should be a way...

See TurkuNLP/EVEX#3

bug

The SD parser currently only separates tokens by whitespace, so that e.g. the last token of ``` ~~~ sdparse foo bar. dep(foo, bar) ~~~ ``` is `bar.`, making the above...

enhancement