From 128b6d9714338213e2f34766469c9e971b8d6837 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 20 Jul 2015 12:06:41 +0200 Subject: [PATCH] * Move Utf8Str struct to strings module, as that's the only place it's relevant --- spacy/structs.pxd | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spacy/structs.pxd b/spacy/structs.pxd index c3a71f7e0..4c43cbf92 100644 --- a/spacy/structs.pxd +++ b/spacy/structs.pxd @@ -80,11 +80,6 @@ cdef struct TokenC: int ent_type -cdef struct Utf8Str: - unsigned char* chars - int length - - cdef struct UniStr: Py_UNICODE* chars size_t n