From b713d10d970a570d61eb553ea8e055974b36c949 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sat, 28 Oct 2017 23:01:14 +0000 Subject: [PATCH] Switch to 13 features in parser --- 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 558e88b3e..e480bd1dc 100644 --- a/spacy/syntax/nn_parser.pyx +++ b/spacy/syntax/nn_parser.pyx @@ -680,7 +680,7 @@ cdef class Parser: lower, stream, drop=0.0) return (tokvecs, bp_tokvecs), state2vec, upper - nr_feature = 8 + nr_feature = 13 def get_token_ids(self, states): cdef StateClass state