NodeType

Type of a knowledge graph node.

Usage

Source

NodeType

Values

DOCUMENT A source document (file, note, web page). ENTITY A named entity extracted from documents (person, org, concept). TOPIC A topic or category used for classification.

Examples

import talk_box as tb

tb.NodeType.DOCUMENT
tb.NodeType.ENTITY
tb.NodeType.TOPIC