Skip to content

Faulty start and end properties #34

Description

@marcverhagen

This may already been fixed (in #30 or some other update) so it may not be an issue at all, but we should at least confirm that this is not a problem with the current app version.

With version http://apps.clams.ai/spacy-wrapper/v1.1 running on file:////aapb-collaboration-21/cpb-aacip-507-9882j68s35-transcript.txt you get weird character offsets, for example, here are the first two Tokens (the file came from the mmif-storage):

        {
          "@type": "http://vocab.lappsgrid.org/Token",
          "properties": {
            "start": 0,
            "end": 0,
            "pos": "NNP",
            "lemma": "ROBERT",
            "text": "ROBERT",
            "id": "to_1"
          }
        },
        {
          "@type": "http://vocab.lappsgrid.org/Token",
          "properties": {
            "start": 7,
            "end": 8,
            "pos": "NNP",
            "lemma": "MacNEIL",
            "text": "MacNEIL",
            "id": "to_2"
          }
        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status
    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions