Orange-OpenSource / conllueditor

ConllEditor is a tool to edit dependency syntax trees in CoNLL-U format.
BSD 3-Clause "New" or "Revised" License
54 stars 17 forks source link

Splitting and joining sentences #6

Closed Stormur closed 4 years ago

Stormur commented 4 years ago

I noticed two quirky behaviours:

jheinecke commented 4 years ago

The first issue is fixed (commit 92cd116). Joining two sentences do not add/delete any dependency relations, So after joining you still have to add relations to have a single dependency tree.