mirror of https://github.com/explosion/spaCy.git
Update README.md
This commit is contained in:
parent
a6ead1f35e
commit
9f76b94582
24
README.md
24
README.md
|
@ -1,28 +1,34 @@
|
||||||
spaCy
|
spaCy
|
||||||
=====
|
=====
|
||||||
|
|
||||||
**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
|
http://honnibal.github.io/spaCy
|
||||||
|
|
||||||
Fast, state-of-the-art natural language processing pipeline. Commercial licenses available, or use under AGPL.
|
Fast, state-of-the-art natural language processing pipeline. Commercial licenses available, or use under AGPL.
|
||||||
|
|
||||||
Tested (and working) with:
|
|
||||||
|
* Several bug-fixes have now been pushed to master
|
||||||
|
* Tests fail on some platforms, including Travis CI, due to memory errors.
|
||||||
|
* Tests pass on my local machines OSX and Ubuntu 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.
|
||||||
|
|
||||||
|
I have a flight from Sydney to New York in 24 hours, so this problem may remain unfixed for a few days.
|
||||||
|
|
||||||
|
|
||||||
|
Supports:
|
||||||
|
|
||||||
* CPython 2.7
|
* CPython 2.7
|
||||||
* CPython 3.4
|
* CPython 3.4
|
||||||
* OSX
|
* OSX
|
||||||
* Linux
|
* Linux
|
||||||
|
|
||||||
Untested:
|
Want to support:
|
||||||
|
|
||||||
* Windows
|
* Windows
|
||||||
|
|
||||||
Fails with:
|
Difficult to support:
|
||||||
|
|
||||||
* PyPy 2.7
|
* PyPy 2.7
|
||||||
* PyPy 3.4
|
* PyPy 3.4
|
||||||
|
|
Loading…
Reference in New Issue