About AAT

TBA

Package design

The package is deliberately split into two independent modules:

  • aat.core implements the AAT model with classes for input (CitableToken/CitedPassage) and output (AATNode/AATGraph). It includes functions to validate and serialize analyses to a plain-text format.
  • aat.english uses an LM configured with dspy to tokenize English text and compose an AATGraph.