Skip to content

make concatenation of AMR files consistent in preprocessing #79

@jgroschwitz

Description

@jgroschwitz

Each AMR dataset (e.g. the dev set of LDC2017T10) consists of multiple files. In preprocessing, these files are concatenated in arbitrary order (determined by the OS). This order is not always consistent (I just had a case where one file from a first preprocessing run and a file from a different preprocessing run had different orders, leading to problems).

The concatenation should instead be consistent over different runs, e.g. by lexical ordering of filenames.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions