From 18063803de66a63e0583dd4fe1e3aa8938d561a4 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sun, 8 Oct 2017 19:58:54 +0200 Subject: [PATCH] Make TokenC.sent_tart an int, to allow ternary value --- spacy/structs.pxd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/structs.pxd b/spacy/structs.pxd index 3c60cd87f..cfcadc3d0 100644 --- a/spacy/structs.pxd +++ b/spacy/structs.pxd @@ -61,13 +61,13 @@ cdef struct TokenC: attr_t sense int head attr_t dep - bint sent_start uint32_t l_kids uint32_t r_kids uint32_t l_edge uint32_t r_edge + int sent_start int ent_iob attr_t ent_type # TODO: Is there a better way to do this? Multiple sources of truth.. hash_t ent_id