mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-06 21:30:22 +03:00
s/like_num/like_number
This commit is contained in:
parent
3b3547251c
commit
a0f12c5167
|
@ -246,7 +246,7 @@ array([[11880],
|
|||
</li>
|
||||
<li><span class="declaration"><code>like_url</code></span> Does the word resembles a URL?
|
||||
</li>
|
||||
<li><span class="declaration"><code>like_num</code></span> Does the word represent a number? e.g. “10.9”, “10”, “ten”, etc
|
||||
<li><span class="declaration"><code>like_number</code></span> Does the word represent a number? e.g. “10.9”, “10”, “ten”, etc
|
||||
</li>
|
||||
<li><span class="declaration"><code>like_email</code></span> Does the word resemble an email?
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue
Block a user