Use 13 parser features, not 8

This commit is contained in:
Matthew Honnibal 2017-08-31 14:13:00 -05:00
parent 30e35d9666
commit 789e1a3980

View File

@ -705,7 +705,7 @@ cdef class Parser:
lower, stream, drop=dropout)
return state2vec, upper
nr_feature = 8
nr_feature = 13
def get_token_ids(self, states):
cdef StateClass state