Skip to content

Parser

Defined in: parser.ts:8

readonly optional descriptor?: ParserDescriptor

Defined in: parser.ts:10

Optional capabilities and provenance; legacy parsers receive base capabilities.

parse(text): Promise<ParsedSentence[]>

Defined in: parser.ts:11

string

Promise<ParsedSentence[]>