XML Output in LEXING

Note: the XML support is still in development

Training corpus example

Here are examples of running the training corpus through all the stages.
  1. The input file.
  2. Running LEXING produces:
    1. An intermediate file.
    2. The regular html output file .
    3. A cleaned-up output file for SENSUS .
  3. sensusToXml.pl converts the intermediate file into an XML-style output (which conforms to a schema).
  4. An XSLT transform can convert the XML file into a tabular view for easy viewing.
Sam Popper