0001-added-corenlp-parse-tree-to-speechhypothesis.patch

D. Hamann, 09/25/2017 02:45 PM

Download (902 Bytes)

View differences:

proto/stable/rst/dialog/SpeechHypothesis.proto
57 57
     */
58 58
    optional string grammar_tree = 4;
59 59

  
60
    /**
61
     * Provides syntactic analysis of the hypothesis.
62
     * See <a href="https://nlp.stanford.edu/software/lex-parser.html">Stanford documentation</a>.
63
     */
64
    optional string corenlp_parse_tree = 5;
65

  
60 66
}
61
-