mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 18:26:30 +03:00
Update README.md
This commit is contained in:
parent
a20fdbd8ee
commit
10f2e9cfdc
|
@ -1,7 +1,9 @@
|
|||
spaCy
|
||||
=====
|
||||
|
||||
Python 2.7 bugfixes now pushed to master. For last working Python 3 version, install from pip. Bug fix to Python3 coming soon.
|
||||
Several bug-fixes have now been pushed to master. Builds on Travis CI are failing periodically due to memory errors, but not on my local machines (for Python2.7 and Python 3.4). The problem is likely due to non-portable usage of the Py_UNICODE data type in my Cython code, or possibly in the binary file formats of lexemes.bin, vec.bin, or the model file read by thinc.learner.LinearModel
|
||||
|
||||
I'm trying to reproduce the problem. Once this is fixed and docs are updated I will push version 0.4 to PyPi.
|
||||
|
||||
http://honnibal.github.io/spaCy
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user