mirror of https://github.com/explosion/spaCy.git
Document LENGTH attribute in matcher
This commit is contained in:
parent
ab35ac4e6f
commit
fc4ae04c55
|
@ -91,6 +91,10 @@ p
|
||||||
+cell.u-nowrap #[code LOWER]
|
+cell.u-nowrap #[code LOWER]
|
||||||
+cell The lowercase form of the token text.
|
+cell The lowercase form of the token text.
|
||||||
|
|
||||||
|
+row
|
||||||
|
+cell #[code LENGTH]
|
||||||
|
+cell The length of the token text.
|
||||||
|
|
||||||
+row
|
+row
|
||||||
+cell.u-nowrap #[code IS_ALPHA], #[code IS_ASCII], #[code IS_DIGIT]
|
+cell.u-nowrap #[code IS_ALPHA], #[code IS_ASCII], #[code IS_DIGIT]
|
||||||
+cell
|
+cell
|
||||||
|
|
Loading…
Reference in New Issue