mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Adjust formatting
This commit is contained in:
parent
8e3e58a7e6
commit
aeb747e10c
|
@ -52,10 +52,12 @@ def de_tokenizer():
|
|||
def hu_tokenizer():
|
||||
return Hungarian.Defaults.create_tokenizer()
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def stringstore():
|
||||
return StringStore()
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def text_file():
|
||||
return StringIO()
|
||||
|
|
Loading…
Reference in New Issue
Block a user