Module tf.core

Core API of TF

This API deals with the basic TF data model: a graph of nodes and edges, annotated by features.

The core API consists of

plus some additional methods.

Expand source code Browse git
"""
# Core API of TF

This API deals with the basic TF data model: a graph of nodes and edges,
annotated by features.

The core API consists of

* `N`: see `nodes.Nodes` (walk through nodes)
* `F`: see `nodefeature.NodeFeature` (retrieve feature values for nodes)
* `E`: see `edgefeature.EdgeFeature` (retrieve feature values for edges)
* `L`: see `locality.Locality` (move between levels)
* `T`: see `text.Text` (get the text)
* `S`: see `tf.search.search` (search by templates)

plus some additional methods.
"""

Sub-modules

tf.core.api

The core API of TF …

tf.core.command
tf.core.computed

Precomputed data components …

tf.core.data
tf.core.edgefeature

Mappings from edges to values …

tf.core.fabric

FabricCore …

tf.core.files
tf.core.helpers
tf.core.locality

Local navigation between nodes.

tf.core.nodefeature

Mappings from nodes to values …

tf.core.nodes

Node organization …

tf.core.oslotsfeature

Access to oslots feature data …

tf.core.otypefeature

Access to otype feature data …

tf.core.prepare

Precompute data …

tf.core.text

Text API …

tf.core.timestamp

Timed messages …