How can you develop a tree for the syntax analysis in google nl api. Like stanford corenlp uses brat annotation tool to generate the tree. Can we use something like that to generate a dependency parse tree for the json response for google nl api, if so how?
Thanks in advance :)
I'm not able to find any pre-existing tools that do this, but the documentation for the Google NL API has a section on dependency trees which include pseudocode for iterating over the analysis response. This could be useful for parsing the response into a format that brat or another syntax tree visualization tool understands.