powered by
Runs the CoreNLP annotators to parse a string of text.
parseSentence(text)
A vector of strings for parsing.
A list of:
A data frame of the results of syntactic parsing tree.
A data frame of the results of word segmentation.
A data frame of the results of dependency parsing.