Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Converter for custom tag <-> XML/TEI tag conversion #28

Open
jkloe opened this issue Mar 19, 2018 · 1 comment
Open

Converter for custom tag <-> XML/TEI tag conversion #28

jkloe opened this issue Mar 19, 2018 · 1 comment
Assignees

Comments

@jkloe
Copy link
Contributor

jkloe commented Mar 19, 2018

  • Tags in Transkribus are stored in a custom tag format inside the custom attribute of a textline, word or region of the PAGE format (e.g. a textline containing the text I am a Dr. can be tagged with an abrreviation: custom="abbrev { offset:7; length:3; expansion: Doktor;}")
  • To support editors that work with explicit XML/TEI like tags in the content of textlines, words or regions (I am a <abbrev expansion=Doktor>Dr.</abbrev>) a converter in both directions is needed
@jkloe
Copy link
Contributor Author

jkloe commented Mar 19, 2018

A first draft of the converter can be found here (branch 'dev_sebi'):
eu/transkribus/core/model/beans/customtags/CustomTagConverter.java

@jkloe jkloe assigned jkloe, kahlep and bejohu and unassigned jkloe and kahlep Mar 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants