mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-23 14:33:20 +03:00
Remove print statement
This commit is contained in:
parent
dcd8d89aef
commit
f43d53f2c5
|
@ -82,7 +82,6 @@ cdef struct MatchC:
|
||||||
|
|
||||||
|
|
||||||
cdef find_matches(TokenPatternC** patterns, int n, Doc doc):
|
cdef find_matches(TokenPatternC** patterns, int n, Doc doc):
|
||||||
print("N patterns: ", n)
|
|
||||||
cdef vector[PatternStateC] init_states
|
cdef vector[PatternStateC] init_states
|
||||||
cdef ActionC null_action = ActionC(-1, -1, -1, -1)
|
cdef ActionC null_action = ActionC(-1, -1, -1, -1)
|
||||||
for i in range(n):
|
for i in range(n):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user