Skip to content

DepSentence

Defined in: graph.ts:16

A parsed sentence plus its graph indices.

children: Map<number, DepToken[]>

Defined in: graph.ts:20

children.get(headId) → dependents of that token.


text: string

Defined in: graph.ts:17


tokens: DepToken[]

Defined in: graph.ts:18