Learn R Programming

coreNLP (version 0.4-3)

getParse: 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

Run this code
getParse(annoEtranger)

Run the code above in your browser using DataLab