tethne.classes package¶
Module contents¶
The classes package provides the three most fundamental classes for working with bibliographic data in Tethne: the Paper, the Corpus, and the GraphCollection.
Classes for models can be found in model. Persistent classes (e.g. for data archiving) can be found in persistence.
paper | A Paper represents a document in a Corpus. |
corpus | A Corpus organizes Papers for analysis. |
graphcollection | A GraphCollection is a set of graphs generated from a Corpus or model. |