From 789e1a39805b8a299e880e8c0a091782753c205a Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Thu, 31 Aug 2017 14:13:00 -0500 Subject: [PATCH] Use 13 parser features, not 8 --- spacy/syntax/nn_parser.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/syntax/nn_parser.pyx b/spacy/syntax/nn_parser.pyx index 552ea4f8f..2aaae4f05 100644 --- a/spacy/syntax/nn_parser.pyx +++ b/spacy/syntax/nn_parser.pyx @@ -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