mirror of https://github.com/explosion/spaCy.git
Fix whitespace
This commit is contained in:
parent
9b62639d19
commit
07d7c0a1af
|
@ -79,7 +79,6 @@ def like_num(text):
|
||||||
return True
|
return True
|
||||||
elif suffix_filter(text) in _num_words:
|
elif suffix_filter(text) in _num_words:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue