mirror of https://github.com/explosion/spaCy.git
* Clean up debugging python list
This commit is contained in:
parent
04d0686b26
commit
84c5dfbfc3
|
@ -105,7 +105,6 @@ cdef class Parser:
|
||||||
|
|
||||||
cdef Pool mem = Pool()
|
cdef Pool mem = Pool()
|
||||||
cdef ExampleC eg = self.model.allocate(mem)
|
cdef ExampleC eg = self.model.allocate(mem)
|
||||||
words = [t.text for t in tokens]
|
|
||||||
while not stcls.is_final():
|
while not stcls.is_final():
|
||||||
self.model.set_features(&eg, stcls)
|
self.model.set_features(&eg, stcls)
|
||||||
self.moves.set_valid(eg.is_valid, stcls)
|
self.moves.set_valid(eg.is_valid, stcls)
|
||||||
|
|
Loading…
Reference in New Issue