mirror of https://github.com/explosion/spaCy.git
Add TODO
This commit is contained in:
parent
fe5d8819ea
commit
1d4d3d0ecd
|
@ -401,6 +401,7 @@ cdef class Matcher:
|
|||
on_match = self._callbacks.get(ent_id)
|
||||
if on_match is not None:
|
||||
on_match(self, doc, i, matches)
|
||||
# TODO: only return (match_id, start, end)
|
||||
return matches
|
||||
|
||||
def pipe(self, docs, batch_size=1000, n_threads=2):
|
||||
|
|
Loading…
Reference in New Issue