Remove duplicated line of vocab declaration

As already declared on line 211.
This commit is contained in:
Dmytro Sadovnychyi 2016-11-13 18:52:49 +08:00 committed by GitHub
parent 89df91846c
commit e70a7050e1

View File

@ -210,7 +210,6 @@ cdef class Matcher:
self._callbacks = {}
self.vocab = vocab
self.mem = Pool()
self.vocab = vocab
for entity_key, (etype, attrs, specs) in sorted(patterns.items()):
self.add_entity(entity_key, attrs)
for spec in specs: