Skip to content

Types with array range break JSON typesystem parsing #281

@jcklie

Description

@jcklie

If a typesystem uses an array for a range, it is encoded in the Json as

"tags" : {
        "%NAME" : "tags",
        "%RANGE" : "de.tudarmstadt.ukp.dkpro.core.api.metadata.type.TagDescription[]"
      },

The [] trips up the finding of types by name.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions