getParse {coreNLP}R Documentation

Get parse tree as character vector

Description

Returns a character vector of the parse trees. Mostly use for visualization; the output of getToken will generally be more conveniant for manipulating in R.

Usage

getParse(annotation)

Arguments

annotation

an annotation object

Examples

getParse(annoEtranger)


[Package coreNLP version 0.4-3 Index]