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

teiaddphonetics: Add pronunciations to translations #26

Open
respiranto opened this issue Dec 31, 2020 · 2 comments
Open

teiaddphonetics: Add pronunciations to translations #26

respiranto opened this issue Dec 31, 2020 · 2 comments

Comments

@respiranto
Copy link
Contributor

Currently, <pron/> tags are only generated for entry/form/orth. It seems valuable to also generate them for the translation equivalents. If there is a legal way to do so in TEI.

@bansp
Copy link
Member

bansp commented Jan 5, 2021

The following is legal.

            <sense>
               <cit type="trans">
                  <quote>...</quote>
                  <pron>...</pron>
               </cit>

This approach raises a few potential questions but is very simple, and easily translatable into TEI Lex0, which it might make sense to use as the pivot format (rather than our native format).

The question(s) concern the mutual relationship between <pron> and <quote>, which is made very flat in this case (rather than involving a <form> element) but I don't see a real issue here, if we keep this systematic.

@humenda
Copy link
Member

humenda commented Jan 9, 2021 via email

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

3 participants