tethne API¶
Module contents¶
Tethne is a Python package that draws together tools and techniques from bibliometrics, computational linguistics, and social influence modeling into a single easy-to-use corpus analysis framework. Scholars can use Tethne to parse and organize data from the ISI Web of Science and JSTOR Data-for-Research databases, and generate time-variant citation-based network models, topic models, and social influence models. Tethne also provides mechanisms for visualizing those models using mainstream network visualization software (e.g. Cyotoscape and Gephi) and the MatPlotLib Python library.
analyze | Methods for analyzing Corpus, GraphCollection, and networkx.Graph objects. |
classes | The classes package provides the three most fundamental classes for working with bibliographic data in Tethne: the Paper, the Corpus, and the GraphCollection. |
model | Provides classes for describing corpus or social models. |
networks | Methods for building networks from bibliographic data. |
persistence | Modules for archiving Corpus, GraphCollection, and model objects. |
readers | Methods for parsing bibliographic datasets. |
writers | Export networks to structured and unstructured formats, for visualization. |
Subpackages¶
- tethne.analyze package
- tethne.classes package
- tethne.model package
- tethne.networks package
- tethne.persistence package
- tethne.readers package
- tethne.services package
- tethne.utilities package
- tethne.writers package