Skip to content

IobEncoder is not suitable for encoding SemArg annotations #898

@maxxkia

Description

@maxxkia

Current implementation of IobEncoder is not suitable for encoding annotations of type SemArg.

IobEncoder requires an annotation type and a feature defined on that type. However, features of a SemArg are usually stored in a SemArgLink feature array (e.g. see TigerXmlReader, readSem() method, lines 330--364). Since the features are not stored in SemArg it makes it impossible to pass them to IobEncoder.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions