mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
adding future import unicode literals to .py files
This commit is contained in:
parent
b4cd5d5ee9
commit
9de9900510
|
@ -1,4 +1,6 @@
|
|||
# coding: utf-8
|
||||
from __future__ import unicode_literals
|
||||
|
||||
"""Demonstrate how to build a simple knowledge base and run an Entity Linking algorithm.
|
||||
Currently still a bit of a dummy algorithm: taking simply the entity with highest probability for a given alias
|
||||
"""
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
# coding: utf-8
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import pytest
|
||||
|
||||
from spacy.kb import KnowledgeBase
|
||||
|
|
Loading…
Reference in New Issue
Block a user