* Fix compile error in conll.pyx

This commit is contained in:
Matthew Honnibal 2015-05-12 22:33:47 +02:00
parent f1e0272b18
commit ba07b925a7
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ def _parse_line(line):
cdef class GoldParse: cdef class GoldParse:
def __init__(self, tokens, annot_tuples, brackets=(,)): def __init__(self, tokens, annot_tuples, brackets=tuple()):
self.mem = Pool() self.mem = Pool()
self.loss = 0 self.loss = 0
self.length = len(tokens) self.length = len(tokens)