mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-13 13:17:06 +03:00
Deleting (legacy?) whitespace attribute
token.whitespace raises an AttributeError
This commit is contained in:
parent
6c67482f34
commit
7e4f31c362
|
@ -238,11 +238,6 @@ p An individual token — i.e. a word, punctuation symbol, whitespace, etc.
|
||||||
+cell #[code text_with_ws]
|
+cell #[code text_with_ws]
|
||||||
+cell unicode
|
+cell unicode
|
||||||
+cell Text content, with trailing space character if present.
|
+cell Text content, with trailing space character if present.
|
||||||
|
|
||||||
+row
|
|
||||||
+cell #[code whitespace]
|
|
||||||
+cell int
|
|
||||||
+cell Trailing space character if present.
|
|
||||||
+row
|
+row
|
||||||
+cell #[code whitespace_]
|
+cell #[code whitespace_]
|
||||||
+cell unicode
|
+cell unicode
|
||||||
|
|
Loading…
Reference in New Issue
Block a user