Thanks to visit codestin.com
Credit goes to github.com

Skip to content

CoNLLRDFFormatter -conll: order of rows #50

@chiarcos

Description

@chiarcos

Requirement:
Enforce consistent numerical order of rows in CoNLL export

Description:
Under uncertain circumstances, -conll export resorts to lexicographic order of nif:Words (tbc. whether this uses URI or conll:ID), i.e., 1 10 11 ... 2 ... instead of numerical order 1 2 ... 9 10 11 .... This is reproducible, but it occurs on samples from the same source corpus (i.e., having the same structure).

Samples:

Comments:

  • Also note that additional line breaks are introduced in CoNLL export. These should apply to the last row only.
  • Note that the issue does not apply to -grammar or default (RDF) serializations (which seem to follow numerical order consistently).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions