* Hack Token class to take lex.dense inplace of the old lex.norm. This needs to be fixed...

This commit is contained in:
Matthew Honnibal 2014-12-04 20:51:29 +11:00
parent 69bb022204
commit 564082e48e

View File

@ -153,7 +153,7 @@ cdef class Token:
self.postype = lex['pos_type']
self.sensetype = lex['sense_type']
self.sic = lex['sic']
self.norm = lex['norm']
self.norm = lex['dense']
self.shape = lex['shape']
self.suffix = lex['asciied']
self.prefix = lex['prefix']