From 9af86b0b0bf6d6c86e63598148518583d8071928 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Tue, 30 Jun 2015 18:16:30 +0200 Subject: [PATCH] * Fix attrs.pxd --- spacy/en/attrs.pxd | 1 + 1 file changed, 1 insertion(+) diff --git a/spacy/en/attrs.pxd b/spacy/en/attrs.pxd index 79ccf8c37..fb2107b2f 100644 --- a/spacy/en/attrs.pxd +++ b/spacy/en/attrs.pxd @@ -2,6 +2,7 @@ from ..attrs cimport FLAG0, FLAG1, FLAG2, FLAG3, FLAG4, FLAG5, FLAG6, FLAG7 from ..attrs cimport FLAG8, FLAG9, FLAG10, FLAG11, FLAG12, FLAG13, FLAG14 from ..attrs cimport FLAG15, FLAG16, FLAG17, FLAG18, FLAG19, FLAG20, FLAG21 from ..attrs cimport FLAG22, FLAG23, FLAG24, FLAG25, FLAG26, FLAG27, FLAG28 +from ..attrs cimport FLAG29, FLAG30, FLAG31, FLAG32 from ..attrs cimport ORTH as _ORTH from ..attrs cimport SHAPE as _SHAPE from ..attrs cimport LOWER as _LOWER