Package pyannotation :: Package elan :: Module data
[hide private]
[frames] | no frames]

Module data

source code

This module contains classes to access Elan data.

The class Eaf is a low level API to .eaf files.

EafGlossTree, EafPosTree, etc. are the classes to access the data via tree, which also contains the original .eaf IDs. Because of this EafTrees are read-/writeable.

EafGlossCorpusReader, EafPosCorpusReader, etc. implement a part of the corpus reader API described in the Natural Language Toolkit (NLTK): http://nltk.googlecode.com/svn/trunk/doc/howto/corpus.html


Version: 0.1.1

Author: Peter Bouda

Classes [hide private]
  EafCorpusReader
The base class for all Elan corpus readers.
  EafPosCorpusReader
  EafGlossCorpusReader
The class EafCorpusReader implements a part of the corpus reader API described in the Natual Language Toolkit (NLTK).
  EafTree
  EafGlossTree
  EafPosTree
  Eaf