Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elements and markup for word breaks (original issue) #1

Open
emylonas opened this issue Mar 11, 2021 · 0 comments
Open

elements and markup for word breaks (original issue) #1

emylonas opened this issue Mar 11, 2021 · 0 comments

Comments

@emylonas
Copy link
Collaborator

emylonas commented Mar 11, 2021

<supplied. as part of a word When the supplied element has no space between it and a text node, then it's part of the same word. It is INSIDE the <w> element. <supplied> should always be inside the <w>.

 <p>Ἐπ’ ἱερέως <w>Θρασυδ<supplied reason="lost">άμου</supplied></w>
               <lb/><w>Δαλ<supplied reason="lost">ίου</supplied></w>
            </p>

<supplied> with multiple or partial words in it.

ἁγ<supplied reason="lost">ίῳ τόπῳ προσήνεγκ</supplied>
<lb break="no"/>α
<w>ἁγ<supplied reason="lost">ίῳ</supplied></w> <w><supplied reason="lost">τόπῳ</supplied></w> <w><supplied reason="lost">προσήνεγκ</supplied>
               <lb break="no"/>α</w>

<gap>
throw gaps away. But words following them have two different treatments

  1. if there is a space after the gap, it's business as usual.
  2. if there is no space after gap
<gap reason="lost" extent="unknown" unit="character"/>ου
<gap reason="lost" extent="unknown" unit="character"/><w type="partial">ου</w>
``

Also `orig` with parent `<p>` and not a child of `<choice>`, deep copy. with the tag.
Same for `<num>` 

`<unclear>` always is part of a word. keep it inside `<w>`

**spaces:** interword spaces don't need to be preserved as far as we know.

**what the id should look like.** 
aaaa0000-l-w where `l` is the line number and `w` is the word in the line
@emylonas emylonas changed the title elements and markup for word breaks elements and markup for word breaks (original issue) Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant