mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-13 18:56:36 +03:00
parent
30ce2a6793
commit
67991b6e5f
|
@ -4,7 +4,7 @@ from __future__ import unicode_literals
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize('text', ["Shell", "shell"])
|
@pytest.mark.parametrize('text', ["Shell", "shell", "Shed", "shed"])
|
||||||
def test_issue775(en_tokenizer, text):
|
def test_issue775(en_tokenizer, text):
|
||||||
"""Test that 'Shell' and 'shell' are excluded from the contractions
|
"""Test that 'Shell' and 'shell' are excluded from the contractions
|
||||||
generated by the English tokenizer exceptions."""
|
generated by the English tokenizer exceptions."""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user