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
N: seeNodes(walk through nodes)F: seeNodeFeature(retrieve feature values for nodes)E: seeEdgeFeature(retrieve feature values for edges)L: seeLocality(move between levels)T: seeText(get the text)S: seetf.search.search(search by templates)
plus some additional methods.
Sub-modules
tf.core.api-
The core API of TF …
tf.core.commandtf.core.computed-
Pre-computed data components …
tf.core.datatf.core.edgefeature-
Mappings from edges to values …
tf.core.fabric-
FabricCore… tf.core.filestf.core.generictf.core.helperstf.core.locality-
Local navigation between nodes.
tf.core.nodefeature-
Mappings from nodes to values …
tf.core.nodes-
Node organization …
tf.core.oslotsfeature-
Access to
oslotsfeature data … tf.core.otypefeature-
Access to
otypefeature data … tf.core.prepare-
Pre-compute data …
tf.core.text-
Text API …
tf.core.timestamp-
Timed messages …