mirror of https://github.com/explosion/spaCy.git
Tidy up and auto-format
This commit is contained in:
parent
7f3b00164a
commit
5bf9ab5b03
|
@ -277,7 +277,7 @@ def test_change_number_features():
|
||||||
)
|
)
|
||||||
assert ner.model.lower.nF == 3
|
assert ner.model.lower.nF == 3
|
||||||
# Test the model runs
|
# Test the model runs
|
||||||
doc = nlp("hello world")
|
nlp("hello world")
|
||||||
|
|
||||||
|
|
||||||
class BlockerComponent1(object):
|
class BlockerComponent1(object):
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
import pytest
|
|
||||||
from mock import Mock
|
from mock import Mock
|
||||||
from spacy.matcher import DependencyMatcher
|
from spacy.matcher import DependencyMatcher
|
||||||
from ..util import get_doc
|
from ..util import get_doc
|
||||||
|
|
Loading…
Reference in New Issue