mirror of https://github.com/explosion/spaCy.git
* Fix Matcher test
This commit is contained in:
parent
1f8f81f0c8
commit
cc92f3f0ed
|
@ -82,7 +82,7 @@ class TestParser(unittest.TestCase):
|
|||
class TestMatcher(unittest.TestCase):
|
||||
def test_create(self):
|
||||
vocab = Vocab()
|
||||
matcher = Matcher(vocab, [])
|
||||
matcher = Matcher(vocab, {})
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Reference in New Issue