mirror of https://github.com/explosion/spaCy.git
* 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)
|
return orth.like_url(string)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def like_number(string):
|
def like_num(string):
|
||||||
return orth.like_number(string)
|
return orth.like_number(string)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
Loading…
Reference in New Issue