# -*- coding: utf-8 -*- """ Created on Tue Oct 8 18:00:09 2024 @author: Arnd Helmut Hafner """ class Tags: def __init__(self): self.tagdict = { 'abbrb':'', 'abbre':'', 'amb':'', 'ame':'', 'bodyb':'', 'bodye':'', 'certaintyreading':'', 'choiceb':'', 'choicee':'', 'corrb':'', 'corre':'', 'divb':'
', 'dive':'
', 'exb':'', 'exe':'', 'expanb':'', 'expane':'', 'glyphelement':'', 'gap1':'', 'gap2':'', 'headb':'', 'heade':'', 'lb':'',#簡牘・簡面等の物体単位未定義のため暫定的にを簡面記述に流用する。 'origb':'', 'orige':'', 'pb':'

', 'pe':'

', 'regb':'', 'rege':'', 'sicb':'', 'sice':'', 'supplieddamb':'', 'suppliedillegb':'', 'suppliedomb':'', 'suppliedregb':'', 'suppliede':'', 'surplusreg':'', 'surplusred':'', 'surpluse':'', 'textb':'', 'texte':''}