Re: TEI element for a grapheme?
Martin Holmes <[email protected]>
| Newsgroups | gmane.text.tei.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Emmanuelle, There's one thing I'm not clear on in your question: my understanding of a grapheme is that it's the smallest unit in a writing system, so I'm not sure what this means: <g type="grapheme">th</g> Is there a single grapheme in this particular script (thorn or eth, for instance) which is what you're referencing here? I don't see how a combination of two glyphs (apologies for loose terminology) can constitute a single grapheme. Cheers, Martin On 2016-09-27 02:27 AM, Emmanuelle Morlock wrote: > Dear TEI list, > > Which tei element would you use to represent a grapheme (as opposed to a > phoneme)? > > If I get it well, a <fs> would be used for phoneme cf. > http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FS.html#FSFL > > Is using<c> (character) possible when the grapheme is composed of more 1 > graphic character? > > For example, if I want to say: "Dupond is reading <th> instead of <b>" > > - Dupond is reading <g type="grapheme'>th</g> instead of <g > type="grapheme'>b</g> > > - Dupond is reading <c>th</c> instead of <c>b</c> > > - Dupond is reading <g type="grapheme'>th</d> instead of <c>b</c> > > Thanks for your help! > > Best, >