nlp - How to get a tree visualization for google nl api? -


how can develop tree syntax analysis in google nl api. stanford corenlp uses brat annotation tool generate tree. can use generate dependency parse tree json response google nl api, if how?

thanks in advance :)

there's demo ui -- go nl api home page , scroll down interactive demo. there can put in sentence, click on "syntax" , pretty tree shows parse tree.

parse tree visualization

in actual demo, can mouse on tokens see more detail, morphology.

this individual examples. if want visualize these things programatically, you'll have implement yourself, or use existing tools.


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -