LISTSERV mailing list manager LISTSERV 16.0

Help for TEI-L Archives


TEI-L Archives

TEI-L Archives


TEI-L@LISTSERV.BROWN.EDU


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

TEI-L Home

TEI-L Home

TEI-L  November 1990

TEI-L November 1990

Subject:

text-critical tagging

From:

Michael Sperberg-McQueen 312 996-2477 -2981 <[log in to unmask]>

Reply-To:

Text Encoding Initiative public discussion list <[log in to unmask]>

Date:

Tue, 27 Nov 90 11:55:43 CST

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (145 lines)

Many thanks to Peter Robinson and Robin Cover for their postings on
the thorny issues of textual criticism.  They have raised some questions
of fact which I may be able to answer, as well as a lot of questions of
policy, convenience, etc., which need general discussion (and to which
my two cents' worth follows).
 
First, on procedure:  should text-criticism be discussed on TEI-L?  I
believe so.  TEI-L is for public discussion of the TEI and its work, and
that must inevitably sometimes include some rather technical issues.
Those not interested in the particular technical questions being
discussed must simply be patient, and maybe get some practice with their
delete keys, just as those technically proficient in SGML have been very
patient during the discussions of basic issues and questions on this
list.   (This concludes the general-interest portion of this message.
If you are not interested in textual criticism, you should stop
reading right *now*.)
 
1.  The four methods.  I believe everyone agrees that four methods of
encoding textual variants is too many, and that we need eventually to
cut down to one or two methods.  The draft presents all four methods
(plus variations) that we could think of, because there was no consensus
as to their relative strengths.  I am grateful to Peter Robinson for
coming out so strongly in favor of one scheme -- this is the kind of
evaluation and judgement we need to make about text-critical tags in
this revision cycle.
 
2.  Peter Robinson is right to say double-attachment is the only method
*needed*, in the sense that it provides all the information needed for
an encoding using any of the other methods.  It isn't an argument for
double attachment, though, since it goes for all four methods:  they all
provide substantially the same information about the witnesses, and may
be regarded as notational variants of each other.  (The only exception
is that parallel segmentation and the other methods may treat
overlapping lemmata differently, making translation back and forth
tricky:  it can be done, but the results may look odd.)
 
3.  I don't understand what is meant by the suggestion to mark the end
points of the variation (not 'the lemma' surely!) 'in the variant'.
Where is the variant text?
 
Are we assuming the witness is held in electronic form in a separate
document or section?  If so, then I agree that marking the variations
would be useful.  The problem in this case is to mark points of
synchronization between/among parallel texts, and the techniques
described for parallel texts should prove useful and adequate.
 
If the witness is not held separately (a common case, I suspect, even
when the witnesses are fewer than a thousand), but the collation has
been thorough, then its readings should be reconstructible by a fairly
simple processing of the base text and apparatus, and the end-points of
the variations are marked implicitly by the APP and RDG tags.  In this
case, what more is needed?  (To answer Robin Cover's question, I for one
certainly expect any notation for apparatus to be able to support
mechanical reformulation of the apparatus using any arbitrarily chosen
witness or set of readings as the base -- given, of course, that the
collations are complete.  I regard this as a basic requirement.)
 
4.  The parallel-segmentation method really shines in this respect:
extraction of any given text is substantially simpler there than for any
of the other methods, since the beginning and ending of each variation
are explicitly marked as such.  The double-attachment method marks the
beginnings and endpoints explicitly, but since ANCHOR is a generic
position marker, not unique to apparatus entries, you can never know til
you've scanned the entire text for APP entries whether there is any
variation on a particular point in the base text.  Using parallel
segmentation, you always know when you enter a variation.  We could
clone ANCHOR to get an APPARATUS-START tag, but unless we require
exactly one such tag for each apparatus entry, we still won't match the
performance of parallel segmentation.
 
5.  I don't understand Peter Robinson's point about the tags for
alignment of multiple analyses.  I understand their relevance, but I
don't understand what PR was saying about them.
 
6.  Nesting variants.  It is common, at least in the text criticism I've
read, to work with groups of witnesses which agree in the basic line of
their reading, even when they have minor variations within the group.
Robin Cover has given some vivid examples of the advantages of such
nesting, which I agree with.  The notation for nested variations is
required to allow the expression of such groupings.
 
Since the notation for nested variants is exactly the same as that for
non-nested variations, I don't see why nested variations are more
confusing than others.  In both cases, the base text is given, followed
by the apparatus entry.  If it is confusing to print 'The quick'
followed by an entry saying C reads 'sleek' not 'quick', why is it not
confusing to print 'The quick brown fox' followed by an entry saying
that B reads 'A silver wolf'?  Any confusion here results from the
double attachment method, not the nesting, I think.  Parallel
segmentation avoids this problem (if it is one) by denying any
structural role to the lemma.
 
7.  Attaching a variant to a point instead of a span.  Robin Cover
points out that additions in the variants (or omissions in the base
text) require the lemma to occupy zero space, not a span.  True.
Instead of
 
    <app point=a2>
 
however, which leaves APP with attributes for STARTPOINT, ENDPOINT, and
POINT, with rules about which combinations can be used which are
unenforceable in SGML, I'd suggest
 
    <app startpoint=a2 endpoint=a2>
 
which conveys the same information and eliminates the dichotomy between
additions and omissions-or-changes.
 
8.  If I'm right in saying all of the encoding methods record the same
information and thus can be translated mechanically among themselves,
then presumably the choice of one or two methods to carry forward into
the next draft must be made on perspicuity and ease of processing.
That suggests we should consider what kinds of processing are to be
supported.  Here's a quick list to start with; from a text with
variants, I want to be able to:
 
    a.  transform the file into EDMACS format so I can print a
    text with apparatus using TeX.
 
    b.  extract the running text of any given witness.
 
    c.  extract summary information on variations in the style of
    Greg, Quentin, and Dearing, thus:
 
         quick A : sleek C
         The quick (sleek C) brown fox AC : A silver wolf B
         A : C
         AC : B
 
         etc.
 
    d.  filter the text, retaining only readings from specified
    witnesses or groups
 
    e.  mechanically translate the text using a different witness
    as a base ms.
 
    f.  for any given point on the text, show what variants are
    open at that point (e.g. to bold all words of the base text
    which have variants opposing them, in an editor)
 
This isn't necessarily complete, but it's what comes to mind first thing.
Additions gratefully accepted.
 
-Michael Sperberg-McQueen

Top of Message | Previous Page | Permalink

Advanced Options


Options

Log In

Log In

Get Password

Get Password


Search Archives

Search Archives


Subscribe or Unsubscribe

Subscribe or Unsubscribe


Archives

May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
April 2004
March 2004
February 2004
January 2004
December 2003
November 2003
October 2003
September 2003
August 2003
July 2003
June 2003
May 2003
April 2003
March 2003
February 2003
January 2003
December 2002
November 2002
October 2002
September 2002
August 2002
July 2002
June 2002
May 2002
April 2002
March 2002
February 2002
January 2002
December 2001
November 2001
October 2001
September 2001
August 2001
July 2001
June 2001
May 2001
April 2001
March 2001
February 2001
January 2001
December 2000
November 2000
October 2000
September 2000
August 2000
July 2000
June 2000
May 2000
April 2000
March 2000
February 2000
January 2000
December 1999
November 1999
October 1999
September 1999
August 1999
July 1999
June 1999
May 1999
April 1999
March 1999
February 1999
January 1999
December 1998
November 1998
October 1998
September 1998
August 1998
July 1998
June 1998
May 1998
April 1998
March 1998
February 1998
January 1998
December 1997
November 1997
October 1997
September 1997
August 1997
July 1997
June 1997
May 1997
April 1997
March 1997
February 1997
January 1997
December 1996
November 1996
October 1996
September 1996
August 1996
July 1996
June 1996
May 1996
April 1996
March 1996
February 1996
January 1996
December 1995
November 1995
October 1995
September 1995
August 1995
July 1995
June 1995
May 1995
April 1995
March 1995
February 1995
January 1995
December 1994
November 1994
October 1994
September 1994
August 1994
July 1994
June 1994
May 1994
April 1994
March 1994
February 1994
January 1994
December 1993
November 1993
October 1993
September 1993
August 1993
July 1993
June 1993
May 1993
April 1993
March 1993
February 1993
January 1993
December 1992
November 1992
October 1992
September 1992
August 1992
July 1992
June 1992
May 1992
April 1992
March 1992
February 1992
January 1992
December 1991
November 1991
October 1991
September 1991
August 1991
July 1991
June 1991
May 1991
April 1991
March 1991
February 1991
January 1991
December 1990
November 1990
October 1990
September 1990
August 1990
July 1990
June 1990
April 1990
March 1990
February 1990
January 1990

ATOM RSS1 RSS2



LISTSERV.BROWN.EDU

CataList Email List Search Powered by the LISTSERV Email List Manager