s/like_num/like_number

This commit is contained in:
Adam Mathias Bittlingmayer 2015-10-14 01:54:55 -07:00
parent 3b3547251c
commit a0f12c5167

View File

@ -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>