You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<lb/> is a line beginning, so the first one should be at the start of the first line.
I wouldn't wrap <gap/>s in <w>, because we don't know what was in them. To be honest, I probably wouldn't use <w> at all, or only in cases where it might be ambiguous whether something was a word or not.
The latter highlights a reason maybe not to do <w>, because things like <supplied> can run across words. If you really want to mark words, you'll need to bridge the gaps in the sliced up with @prev/@next.
The text was updated successfully, but these errors were encountered:
From @hcayless
Looking at https://github.com/lascivaroma/cil004-00000/blob/master/data/cil004-00000/00002/cil004-00000.00002.manfred-lat1.xml
<lb/>
is a line beginning, so the first one should be at the start of the first line.<gap/>
s in<w>
, because we don't know what was in them. To be honest, I probably wouldn't use<w>
at all, or only in cases where it might be ambiguous whether something was a word or not.should be
should be
should be
The latter highlights a reason maybe not to do
<w>
, because things like<supplied>
can run across words. If you really want to mark words, you'll need to bridge the gaps in the sliced up with@prev/@next
.The text was updated successfully, but these errors were encountered: