For a discussion of the phrase structure used to represent arbitrary text, see class-Paragraph.
# - - - P a r a g r a p h . a d d P h r a s e
def addPhrase ( self, tag, text ):
"""Add one phrase to self.__phraseList.
"""
self.__phraseList.append ( (tag, text) )