vgorman1 / Greek-Dependency-Trees

Collection of hand-analyzed ancient Greek prose in dependency trees.
18 stars 4 forks source link

Two postag attributes with AuxG value in Plato's Apology #3

Closed nevenjovanovic closed 4 years ago

nevenjovanovic commented 4 years ago

In file xml versions/plato apology.xml there are two AuxG values in the @postag attribute:

<word id="14" form="—" lemma="" postag="AuxG" relation="AuxG" head="0"/>
<word id="31" form="—" lemma="" postag="AuxG" relation="AuxG" head="0"/>

Here @lemma and @postag values should be corrected to lemma="—" postag="u--------", as elsewhere.

vgorman1 commented 4 years ago

Fixed. Thank you for finding these things!