mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Remove unused attribute [ci skip]
This commit is contained in:
parent
586c56fc6c
commit
2898768757
|
@ -63,7 +63,6 @@ cdef class Matcher:
|
|||
cdef vector[TokenPatternC*] patterns
|
||||
cdef readonly Vocab vocab
|
||||
cdef public object _patterns
|
||||
cdef public object _entities
|
||||
cdef public object _callbacks
|
||||
cdef public object _extensions
|
||||
cdef public object _extra_predicates
|
||||
|
|
|
@ -588,7 +588,6 @@ cdef class Matcher:
|
|||
"""
|
||||
self._extra_predicates = []
|
||||
self._patterns = {}
|
||||
self._entities = {}
|
||||
self._callbacks = {}
|
||||
self._extensions = {}
|
||||
self._extra_predicates = []
|
||||
|
|
Loading…
Reference in New Issue
Block a user