parseSentence {Rwordseg} | R Documentation |
Runs the CoreNLP annotators to parse a string of text.
parseSentence(text)
text |
A vector of strings for parsing. |
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. |
Jian Li <rweibo@sina.com>