mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-24 16:24:16 +03:00
add backwards compatibility with python 2.6
This commit is contained in:
parent
9d1e6de4a0
commit
1ae487a4f6
|
@ -1,3 +1,6 @@
|
|||
from future.standard_library import install_aliases
|
||||
install_aliases()
|
||||
|
||||
from copy import copy
|
||||
from collections import Counter
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user