diff --git a/spacy/syntax/_parse_features.pyx b/spacy/syntax/_parse_features.pyx index f5f1c6bcb..5be8ce2ca 100644 --- a/spacy/syntax/_parse_features.pyx +++ b/spacy/syntax/_parse_features.pyx @@ -197,6 +197,8 @@ ner = ( (P1_ne_iob, P1_ne_type), (P2_ne_iob, P2_ne_type), (N0w, P1_ne_iob, P1_ne_type), + + (N0w, N1w), )