Skip to content

SklearnMentionDetector error in BIO encoding #29

@david-waterworth

Description

@david-waterworth

I think the line below

if token.begin >= annotation.begin and annotation.end:

should be

if token.begin >= annotation.begin and token.end <= annotation.end:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions