mirror of https://github.com/explosion/spaCy.git
Use 13 parser features, not 8
This commit is contained in:
parent
30e35d9666
commit
789e1a3980
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue