parseSentence: Parse a string of text.

Description Usage Arguments Value Author(s)

View source: R/parseSentence.R

Description

Runs the CoreNLP annotators to parse a string of text.

Usage

1

Arguments

text

A vector of strings for parsing.

Value

A list of:

parse

A data frame of the results of syntactic parsing tree.

token

A data frame of the results of word segmentation.

depenencies

A data frame of the results of dependency parsing.

Author(s)

Jian Li <rweibo@sina.com>


Rwordseg documentation built on Aug. 23, 2019, 9:03 a.m.