* Clean up debugging python list

This commit is contained in:
Matthew Honnibal 2016-01-19 20:10:32 +01:00
parent 04d0686b26
commit 84c5dfbfc3
1 changed files with 0 additions and 1 deletions

View File

@ -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)