Skip to content

Commit

Permalink
Update tisane_response.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim-berman committed Aug 18, 2020
1 parent 6eac79b commit 35c0d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tisane_response.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ Every parse tree, or more accurately, parse forest, is a collection of phrases,

At the top level of the parse, there is an array of root phrases under the `phrases` element and the numeric `id` associated with it. Every phrase may have children phrases. Every phrase has the following attributes:

* `type` (string) - a [Penn treebank phrase tag](http://nliblog.com/wiki/knowledge-base-2/nlp-1-natural-language-processing/penn-treebank/penn-treebank-phrase-level-tags/) denoting the type of the phrase, e.g. _S_, _VP_, _NP_, etc.
* `type` (string) - a [Penn treebank phrase tag](https://gist.github.com/nlothian/9240750) denoting the type of the phrase, e.g. _S_, _VP_, _NP_, etc.
* `family` (integer number) - an ID of the phrase family
* `offset` (unsigned integer) - a zero-based offset where the phrase starts
* `length` (unsigned integer) - the span of the phrase
Expand Down

0 comments on commit 35c0d6a

Please sign in to comment.