DepSentence
Defined in: graph.ts:16
A parsed sentence plus its graph indices.
Properties
Section titled “Properties”children
Section titled “children”children:
Map<number,DepToken[]>
Defined in: graph.ts:20
children.get(headId) → dependents of that token.
text:
string
Defined in: graph.ts:17
tokens
Section titled “tokens”tokens:
DepToken[]
Defined in: graph.ts:18