Use 8 features in parser

This commit is contained in:
Matthew Honnibal 2018-03-27 10:08:12 +00:00
parent 8bbd26579c
commit 987e1533a4

View File

@ -736,7 +736,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 = 13 nr_feature = 8
def get_token_ids(self, states): def get_token_ids(self, states):
cdef StateClass state cdef StateClass state