mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 18:06:29 +03:00
Add missing token attribute
This commit is contained in:
parent
37f755897f
commit
c970b4f226
|
@ -464,6 +464,13 @@ p The L2 norm of the token's vector representation.
|
||||||
| Is the token in lowercase? Equivalent to
|
| Is the token in lowercase? Equivalent to
|
||||||
| #[code token.text.islower()].
|
| #[code token.text.islower()].
|
||||||
|
|
||||||
|
+row
|
||||||
|
+cell #[code is_upper]
|
||||||
|
+cell bool
|
||||||
|
+cell
|
||||||
|
| Is the token in uppercase? Equivalent to
|
||||||
|
| #[code token.text.isupper()].
|
||||||
|
|
||||||
+row
|
+row
|
||||||
+cell #[code is_title]
|
+cell #[code is_title]
|
||||||
+cell bool
|
+cell bool
|
||||||
|
|
Loading…
Reference in New Issue
Block a user