mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
* Rename like_number to like_num, to fix inconsistency re Issue #166
This commit is contained in:
parent
65934b7cd4
commit
e96faf29e7
|
@ -88,7 +88,7 @@ class Language(object):
|
|||
return orth.like_url(string)
|
||||
|
||||
@staticmethod
|
||||
def like_number(string):
|
||||
def like_num(string):
|
||||
return orth.like_number(string)
|
||||
|
||||
@staticmethod
|
||||
|
|
Loading…
Reference in New Issue
Block a user