* Fix import of HEAD attribute

This commit is contained in:
Matthew Honnibal 2016-01-18 17:34:43 +01:00
parent 28c659c1fe
commit bed36ab0ff
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ from __future__ import unicode_literals
from spacy.tokens import Doc
from spacy.en import English
import numpy
from spacy.attrs import HEAD
import pytest