s/like_num/like_number

This commit is contained in:
Adam Mathias Bittlingmayer 2015-10-14 01:55:29 -07:00
parent a0f12c5167
commit 8a0796a512

View File

@ -118,7 +118,7 @@ mixin LexemeBooleans()
| Equivalent to #[code.language-python word.orth_.isspace()]
+Define("like_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
+Define("like_email")
| Does the word resemble an email?