mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
* Fix smart quote lemma test
This commit is contained in:
parent
5682439d1e
commit
599f739ddb
|
@ -39,5 +39,5 @@ def test_noun_lemmas(lemmatizer):
|
||||||
|
|
||||||
def test_smart_quotes(lemmatizer):
|
def test_smart_quotes(lemmatizer):
|
||||||
do = lemmatizer.punct
|
do = lemmatizer.punct
|
||||||
assert do('“') == set(['``'])
|
assert do('“') == set(['"'])
|
||||||
assert do('“') == set(['``'])
|
assert do('“') == set(['"'])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user