edu.northwestern.at.wordhoard.tools.filters
Class Filter06

java.lang.Object
  extended by edu.northwestern.at.wordhoard.tools.filters.Filter06

public class Filter06
extends java.lang.Object

Rationalizes line and stanza numbering.

Usage:

Filter06 in out

in = Path to TEI XML input file for a work.

out = Path to TEI XML output file for a work.

For Shakespeare works, the "id" attribute on "l" and "p" elements is used to construct proper "n" and "label" attributes.

In "lg" elements, the types "rhyme-royal" and "ottava-rima" are replaced by type "stanza".

A numberingStyle="stanza" attribute is added to each "div" element in Spenser works.


Method Summary
static void main(java.lang.String[] args)
          The main program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
The main program.

Parameters:
args - Command line arguments.