Removes duplicate in table (#3550)

* Removes duplicate in table

Just fixing typos.

* Remove newline


Co-authored-by: Ines Montani <ines@ines.io>
This commit is contained in:
pierremonico 2019-04-08 10:30:42 +02:00 committed by Ines Montani
parent 5198aa4ae6
commit 0d26bfe677
1 changed files with 0 additions and 1 deletions

View File

@ -417,7 +417,6 @@ The L2 norm of the token's vector representation.
| `orth` | int | ID of the verbatim text content. |
| `orth_` | unicode | Verbatim text content (identical to `Token.text`). Exists mostly for consistency with the other attributes. |
| `vocab` | `Vocab` | The vocab object of the parent `Doc`. |
| `doc` | `Doc` | The parent document. |
| `head` | `Token` | The syntactic parent, or "governor", of this token. |
| `left_edge` | `Token` | The leftmost token of this token's syntactic descendants. |
| `right_edge` | `Token` | The rightmost token of this token's syntactic descendants. |