Skip to content

How to save spelling variant annotations in STAM? #27

@kaldan007

Description

@kaldan007

Annotated data:

Let's go to party(1)<{E1}part{E2}parties>. We will have lots of fun.

Over here {E1} and {E2} refers to edition 1 and 2. the part and parties and spelling variant found in different editions. Party is the latest edition spelling.
I have parser which parse the annotation in a dictionary where it saves:

{
   'span':[11,15],
   'spelling_varaint': {
              'E1':'part',
              'E2':'parties',
              'LE':'party'
         }
}

I able to save the span in target, but i am not able to save spelling variant in annotationdata. Kindly help me.

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions