Maria-Edgeworth-Letters-Project / me-tei

Repository holding TEI XML and documentation for MELP.
Other
1 stars 4 forks source link

Add note on spelling choices #34

Closed mlhale7 closed 7 months ago

mlhale7 commented 9 months ago

From December 2023 minutes:

<!--Where Edgeworth uses nonstandard spelling and hyphenation of words, transcriber-coders should use TEI elements “choice," “sic," and “reg" to encode both Edgeworth’s spelling and the regular international standard of Oxford English spelling, following the first listed spelling in the Oxford English Dictionary.-->

I'd propose that we do the following in the template and make this change across all letters:

        <editorialDecl>
            <p>Edgeworth’s spelling and punctuation are retained in transcription, except where a
               word is split at the end of a line and the beginning of the next in a manuscript. Where Edgeworth uses nonstandard 
               spelling and hyphenation of words, transcriber-coders 
               should use TEI elements “choice," “sic," and “reg" to encode both Edgeworth’s 
               spelling and the regular international standard of Oxford English spelling, 
               following the first listed spelling in the Oxford English Dictionary.The
               long s and ligatured forms are silently emended.</p>
         </editorialDecl>
hilaryhavens commented 9 months ago

Edgeworth’s spelling and punctuation are retained in transcription, including non-standard spelling, line breaks, and hyphenation of words. The long s and ligatured forms are silently emended.

mlhale7 commented 9 months ago

We want to keep the commented text as a comment and amend the language in <p> as this is helpful to those encoding the letters.

mlhale7 commented 7 months ago

I've opened a new branch and have changed the TEI template to include the following:

      <encodingDesc>
         <editorialDecl>
            <!--Where Edgeworth uses nonstandard spelling and hyphenation of words, transcriber-coders 
               should use TEI elements “choice," “sic," and “reg" to encode both Edgeworth’s 
               spelling and the regular international standard of Oxford English spelling, 
               following the first listed spelling in the Oxford English Dictionary. -->
            <p>Edgeworth’s spelling and punctuation are retained in transcription, including non-standard spelling, line breaks, and hyphenation of words. The long s and ligatured forms are silently emended.</p>
         </editorialDecl>
      </encodingDesc>

@hilaryhavens - let me know if this is not an accurate representation of the changes that need to be made across all letters.

mlhale7 commented 7 months ago

@aelagrand & @elizawilcox Noting for future info that 5 records (out of our 219!!!) came back with errors while addressing this issue. The most common problem was simply missing closing tags. I'm fixing these now (so don't take this as a request for edits) 3-15-EdgeworthErrors

hilaryhavens commented 7 months ago

Thank you very much, Meredith! The updated TEI template language (regarding non-standard spelling and grammar) looks great to me!