mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-30 18:03:04 +03:00
* Remove test that belongs to a change for master
This commit is contained in:
parent
a2dfdec85d
commit
86ee9d046d
|
@ -49,9 +49,3 @@ def test_punct(en_tokenizer):
|
||||||
tokens = en_tokenizer("``We've")
|
tokens = en_tokenizer("``We've")
|
||||||
assert len(tokens) == 3
|
assert len(tokens) == 3
|
||||||
|
|
||||||
|
|
||||||
def test_therell(en_tokenizer):
|
|
||||||
tokens = en_tokenizer("there'll")
|
|
||||||
assert len(tokens) == 2
|
|
||||||
assert tokens[0].text == "there"
|
|
||||||
assert tokens[1].text == "'ll"
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user