SciPy

tethne.managers.gcmanager module

class tethne.managers.gcmanager.GenericGraphCollectionManager(sourcecollection, graph_axis, node_type, graph_type, method_kwargs={}, **kwargs)[source]

Bases: tethne.managers.gcmanager.GraphCollectionManager

build()[source]

Generates a graph for each slice of a Corpus.

prep()[source]
write()[source]
class tethne.managers.gcmanager.GraphCollectionManager(sourcecollection, **kwargs)[source]

Bases: tethne.managers.collectionmanager.CollectionManager

Base class for GraphCollection managers.