mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 10:16:27 +03:00
Auto-format code with black
This commit is contained in:
parent
e8fdbfc65e
commit
7e55a51314
|
@ -685,8 +685,8 @@ def test_matcher_ent_iob_key(en_vocab):
|
||||||
def test_matcher_min_max_operator(en_vocab):
|
def test_matcher_min_max_operator(en_vocab):
|
||||||
# Exactly n matches {n}
|
# Exactly n matches {n}
|
||||||
doc = Doc(
|
doc = Doc(
|
||||||
en_vocab, words=["foo", "bar", "foo", "foo", "bar",
|
en_vocab,
|
||||||
"foo", "foo", "foo", "bar", "bar"]
|
words=["foo", "bar", "foo", "foo", "bar", "foo", "foo", "foo", "bar", "bar"],
|
||||||
)
|
)
|
||||||
matcher = Matcher(en_vocab)
|
matcher = Matcher(en_vocab)
|
||||||
pattern = [{"ORTH": "foo", "OP": "{3}"}]
|
pattern = [{"ORTH": "foo", "OP": "{3}"}]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user