add coding (#5942)

This commit is contained in:
Sofie Van Landeghem 2020-08-20 11:08:38 +02:00 committed by GitHub
parent 669dc70822
commit 071c09ff35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,6 @@
# coding: utf8
from __future__ import unicode_literals
from spacy.lang.en import English
from spacy.tokens import Span
from spacy import displacy