mirror of https://github.com/explosion/spaCy.git
* Remove em dash test from test_lemmatizer, as em dashes are now handled in specials.json
This commit is contained in:
parent
f35632e2e5
commit
5682439d1e
|
@ -41,8 +41,3 @@ def test_smart_quotes(lemmatizer):
|
|||
do = lemmatizer.punct
|
||||
assert do('“') == set(['``'])
|
||||
assert do('“') == set(['``'])
|
||||
|
||||
|
||||
def test_smart_quotes(lemmatizer):
|
||||
do = lemmatizer.punct
|
||||
assert do('–') == set(["--"])
|
||||
|
|
Loading…
Reference in New Issue