1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-03-29 14:24:12 +03:00
Commit Graph

1 Commits

Author SHA1 Message Date
veer-bains
874bd8c8dd Fixed syntax error in lang/ko when using python 2 () (closes )
* fixed syntax error in declaring variables with python 2.7 in spacy/lang/ko/__init__.py

* fixed syntax error in declaring variables with python 2.7 in spacy/lang/ko/__init__.py

* Update __init__.py

* Create veer-bains.md

* Update __init__.py

fixed syntax errors in variable datatype assignment when calling spacy.blank("ko") with python 2.7
2019-08-05 10:19:32 +02:00