Skip to content
Michael Wayne Goodman edited this page Mar 23, 2015 · 3 revisions

HomeAPI Reference

The Xigt Python package contains modules in the core API as well as some extra functionality that is included for convenience. All modules and sub-packages are under the xigt namespace.

Core Modules

  • xigt.codecs - Reading And Writing Xigt Corpora
  • [xigt.model](Data Structures) - Working with data structures
  • xigt.ref - Working with references
  • xigt.query - Functions for querying data

Extra Modules and Executables

Creating Alternative Implementations of the Xigt API

The Python implementation of the Xigt API described here is the official implementation, but other implementations are encouraged. For these alternative implementations, the following should be provided at a minimum:

It is recommended, but not necessary, to provide additional functions for navigating the data or interpreting references, like the following:

Any other functionality is optional.