iljackb / Mixtepec_Mixtec

Mostly XML (TEI) markup of Mixtepec-Mixtec Language resources
3 stars 1 forks source link

Replace <w>____</w> for blank spaces with other element #27

Closed iljackb closed 5 years ago

iljackb commented 6 years ago

need to change from to avoid false, useless results

iljackb commented 5 years ago

In some of the booklets there are sentences that have a space for interaction (answering questions), e.g.

               <seg xml:id="L162-04-01-00" type="blank">_______</seg>
               <num xml:id="L162-04-02" value="10">10</num>
               <cb/>
               <seg xml:id="L162-04-02-00" type="blank">_______</seg>
               <num xml:id="L162-04-03" value="15">15</num>
               <cb/>

Ideally in an output I'd like to have this actually be interactive, what is the best TEI element for this?

laurentromary commented 5 years ago

There's been several thread on the TEI list concerning forms. We should dive in the list archive.

laurentromary commented 5 years ago

Would something like: https://www.tei-c.org/release/doc/tei-p5-doc/fr/html/ref-space.html be useful?

iljackb commented 5 years ago

hmm, not sure. It seems good in principle but it doesn't render the space in the author view and it can't take text values...

laurentromary commented 5 years ago

Then span+(typed)seg I would say.

Le 6 oct. 2019 à 16:18, Jack Bowers notifications@github.com a écrit :

hmm, not sure. It seems good in principle but it doesn't render the space in the author view and it can't take text values...

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/iljackb/Mixtepec_Mixtec/issues/27?email_source=notifications&email_token=ABH5B34N3RYRT3FEJBZ57SLQNHXSZA5CNFSM4E6CZD32YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAOLEDY#issuecomment-538751503, or mute the thread https://github.com/notifications/unsubscribe-auth/ABH5B3YNTMUMCF6A2TZ326DQNHXSZANCNFSM4E6CZD3Q.

Laurent Romary Inria, team ALMAnaCH laurent.romary@inria.fr

iljackb commented 5 years ago

Ok so how I have it then. Thanks!

iljackb commented 5 years ago

Final format:

               <seg xml:id="L094-08-02" type="blank">
                  <span>_____________</span>
               </seg>