From 664407de5df074c05f858a3dd8be0338733c2f2e Mon Sep 17 00:00:00 2001 From: Jim O'Regan Date: Sun, 18 Feb 2018 14:46:12 +0000 Subject: [PATCH] missing PrepCase attribute --- spacy/attrs.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/attrs.pyx b/spacy/attrs.pyx index d4e8a38c5..ed1f39a3f 100644 --- a/spacy/attrs.pyx +++ b/spacy/attrs.pyx @@ -131,7 +131,7 @@ def intify_attrs(stringy_attrs, strings_map=None, _do_deprecated=False): 'NumValue', 'PartType', 'Polite', 'StyleVariant', 'PronType', 'AdjType', 'Person', 'Variant', 'AdpType', 'Reflex', 'Negative', 'Mood', 'Aspect', 'Case', - 'Polarity', 'Animacy' # U20 + 'Polarity', 'PrepCase', 'Animacy' # U20 ] for key in morph_keys: if key in stringy_attrs: