Switch to 13 features in parser

This commit is contained in:
Matthew Honnibal 2017-10-28 23:01:14 +00:00
parent 314f5b9cdb
commit b713d10d97

View File

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