textnets.networkΒΆ

Implements the features relating to networks.

Module attributes

NodeType(value[, names, module, qualname, ...])

Flag to distinguish node types.

Functions

bipartite_rank

Calculate centralities of nodes in the bipartite network.

disparity_filter

Compute significance scores of edge weights.

giant_component

Return the subgraph corresponding to the giant component.

textual_spanning

Calculate textual spanning of documents in a similarity matrix.

Classes

BiadjacencyMatrix

Matrix relating documents to terms.

NodeType

Flag to distinguish node types.

ProjectedTextnet

One-mode projection of a textnet.

Textnet

Textnet for the relational analysis of meanings.

TextnetBase

Abstract base class for Textnet and ProjectedTextnet.