Add missing token attribute

This commit is contained in:
ines 2017-10-07 15:04:16 +02:00
parent 37f755897f
commit c970b4f226

View File

@ -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