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
|
||||
elif suffix_filter(text) in _num_words:
|
||||
return True
|
||||
|
||||
return False
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue