statsmaths / cleanNLP

R package providing annotators and a normalized data model for natural language processing
GNU Lesser General Public License v2.1
209 stars 36 forks source link

Visualize Parse Tree Structures with cleanNLP #41

Closed GreyMerchant closed 5 years ago

GreyMerchant commented 5 years ago

Good day,

Is there an easy way to use cleanNLP's output to generate a parse tree structure?

Sorry in advance if this is a noobish question - I did look on a variety of places and I didn't have any luck.

Kind regards

statsmaths commented 5 years ago

The parse tree information is available in the annotation output, but a specific built-in visualization is not available in the package.