korpling / annatto

Converts linguistic data formats based on the graphANNIS data model as intermediate representation and can apply consistency tests.
Apache License 2.0
1 stars 0 forks source link

Feature `groupby` in `sequence` is incomplete #242

Closed MartinKl closed 3 months ago

MartinKl commented 3 months ago

For exporting text nodes that are covering "real" (empty) tokens, the groupby feature does not work, since during following the coverage edges from the groupby nodes to the tokens the dfs never comes by the actual text nodes. Therefore, a bottom-up search of some kind needs to be added or put in place of the current version.