From c87bb151e216a69bf64a4b53d7ac8fed6764710d Mon Sep 17 00:00:00 2001 From: David Hamann Date: Mon, 25 Sep 2017 14:30:28 +0200 Subject: [PATCH 1/2] added corenlp-parse-tree to speechhypothesis --- proto/stable/rst/dialog/SpeechHypothesis.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/proto/stable/rst/dialog/SpeechHypothesis.proto b/proto/stable/rst/dialog/SpeechHypothesis.proto index 087b6ae..933e95e 100644 --- a/proto/stable/rst/dialog/SpeechHypothesis.proto +++ b/proto/stable/rst/dialog/SpeechHypothesis.proto @@ -57,4 +57,10 @@ message SpeechHypothesis { */ optional string grammar_tree = 4; + /** + * Provides syntactic analysis of the hypothesis. + * See Stanford documentation. + */ + optional string corenlp_parse_tree = 5; + } -- 2.7.4