Sampo Pyysalo

Results 10 comments of Sampo Pyysalo

Related to #15. The issue is `ConllU.Document.toBrat()`

4e38808253cc65ddb1b8bbc8699647a0cd0dddb7 introduces a candidate fix by adding an `includeEmpty` argument to `ConllU.Document.toBrat()`. (The commit also brings in related stuff previously committed to the `gh-pages` branch that had failed to make...

The following example is now accepted, but the empty node is not shown: ``` # visual-style 6 7 obj color:red # visual-style 5.1 5 nsubj color:red # visual-style 2 5.1...

Not closed in b172ce1b7855ae5c025b68901233b98f90b4fdd4?

Thanks for the suggestion! I tried the linked process, but it failed on the "authorize" step with the message > You don't have the permission to access the requested resource....

This needs to be resolved in conllu.js, see https://github.com/spyysalo/conllu.js/blob/master/conllu.js#L417

@torma : thanks for noting this! The compatibility hack for #16 appears to have ceased to work somewhere between jekyll 3.3.1 and 3.6.2. The error for 3.6.2 is Liquid Exception:...

Also `tiukatlaitevaatimukset`

Some related apparent limitations in the current design: - relations (deps) cannot have features - two nodes (tokens) can at most be connected by one relation of each type -...

In general, modern browsers will start rendering incomplete pages after a bit of delay. There's something of a black art of making pages work well with this feature, but it...