This commit is contained in:
Adriane Boyd 2022-11-11 13:44:33 +01:00
parent d677335199
commit 7e25c7f10f

View File

@ -338,6 +338,7 @@ cdef class Matcher:
else:
return key
def unpickle_matcher(vocab, patterns, callbacks):
matcher = Matcher(vocab)
for key, pattern in patterns.items():