Skip to content

Commit

Permalink
Fix attrs alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Jul 12, 2019
1 parent c345c04 commit ef66665
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spacy/attrs.pxd
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Reserve 64 values for flag features
from . cimport symbols

cdef enum attr_id_t:
NULL_ATTR
IS_ALPHA
Expand Down Expand Up @@ -82,10 +84,10 @@ cdef enum attr_id_t:
DEP
ENT_IOB
ENT_TYPE
ENT_KB_ID
HEAD
SENT_START
SPACY
PROB

LANG
ENT_KB_ID = symbols.ENT_KB_ID

0 comments on commit ef66665

Please sign in to comment.