mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +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
|
||||
| #[code token.text.islower()].
|
||||
|
||||
+row
|
||||
+cell #[code is_upper]
|
||||
+cell bool
|
||||
+cell
|
||||
| Is the token in uppercase? Equivalent to
|
||||
| #[code token.text.isupper()].
|
||||
|
||||
+row
|
||||
+cell #[code is_title]
|
||||
+cell bool
|
||||
|
|
Loading…
Reference in New Issue
Block a user