mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-06 05:10:21 +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>
|
||||
|
@ -603,4 +603,4 @@ assert token.i == 4</code></pre>
|
|||
<p>Load the strings mapping from a plain-text file in the given location. The format is subject to change; so if you need to read/write compatible files, please can find details in the <code>strings.pyx</code> source.</p>
|
||||
</details>
|
||||
</details>
|
||||
</details>
|
||||
</details>
|
||||
|
|
Loading…
Reference in New Issue
Block a user