mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-07 05:40:20 +03:00
s/like_num/like_number
This commit is contained in:
parent
a0f12c5167
commit
8a0796a512
|
@ -118,7 +118,7 @@ mixin LexemeBooleans()
|
||||||
| Equivalent to #[code.language-python word.orth_.isspace()]
|
| Equivalent to #[code.language-python word.orth_.isspace()]
|
||||||
+Define("like_url")
|
+Define("like_url")
|
||||||
| Does the word resembles a URL?
|
| Does the word resembles a URL?
|
||||||
+Define("like_num")
|
+Define("like_number")
|
||||||
| Does the word represent a number? e.g. “10.9”, “10”, “ten”, etc
|
| Does the word represent a number? e.g. “10.9”, “10”, “ten”, etc
|
||||||
+Define("like_email")
|
+Define("like_email")
|
||||||
| Does the word resemble an email?
|
| Does the word resemble an email?
|
||||||
|
|
Loading…
Reference in New Issue
Block a user