mirror of https://github.com/explosion/spaCy.git
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:
parent
5198aa4ae6
commit
0d26bfe677
|
@ -417,7 +417,6 @@ The L2 norm of the token's vector representation.
|
||||||
| `orth` | int | ID of the verbatim text content. |
|
| `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. |
|
| `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`. |
|
| `vocab` | `Vocab` | The vocab object of the parent `Doc`. |
|
||||||
| `doc` | `Doc` | The parent document. |
|
|
||||||
| `head` | `Token` | The syntactic parent, or "governor", of this token. |
|
| `head` | `Token` | The syntactic parent, or "governor", of this token. |
|
||||||
| `left_edge` | `Token` | The leftmost token of this token's syntactic descendants. |
|
| `left_edge` | `Token` | The leftmost token of this token's syntactic descendants. |
|
||||||
| `right_edge` | `Token` | The rightmost token of this token's syntactic descendants. |
|
| `right_edge` | `Token` | The rightmost token of this token's syntactic descendants. |
|
||||||
|
|
Loading…
Reference in New Issue