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.command
tf.core.computed
-
Pre-computed data components …
tf.core.data
tf.core.edgefeature
-
Mappings from edges to values …
tf.core.fabric
-
FabricCore
… tf.core.files
tf.core.generic
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
-
Pre-compute data …
tf.core.text
-
Text API …
tf.core.timestamp
-
Timed messages …