About AAT
TBA
Package design
The package is deliberately split into two independent modules:
aat.coreimplements 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.englishuses an LM configured withdspyto tokenize English text and compose anAATGraph.