spaCy/README.md

42 lines
1.1 KiB
Markdown
Raw Normal View History

2014-07-03 19:15:40 +04:00
spaCy
=====
2015-02-01 10:36:52 +03:00
[![Build Status](https://travis-ci.org/honnibal/spaCy.svg?branch=master)](https://travis-ci.org/honnibal/spaCy)
2015-02-01 06:47:18 +03:00
http://honnibal.github.io/spaCy
Fast, state-of-the-art natural language processing pipeline. Commercial licenses available, or use under AGPL.
2015-02-01 10:38:22 +03:00
Version 0.40 released
---------------------
2014-02-01
2015-02-01 06:42:35 +03:00
2015-02-01 06:47:18 +03:00
* 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.
2015-02-01 06:35:19 +03:00
I'm trying to reproduce the problem. Once this is fixed and docs are updated I will push version 0.4 to PyPi.
2015-01-27 13:55:36 +03:00
2015-02-01 06:47:18 +03:00
I have a flight from Sydney to New York in 24 hours, so this problem may remain unfixed for a few days.
2015-01-27 13:55:36 +03:00
2015-01-25 19:03:24 +03:00
2015-02-01 06:47:18 +03:00
Supports:
2015-01-27 13:55:23 +03:00
* CPython 2.7
* CPython 3.4
* OSX
* Linux
2015-02-01 06:47:18 +03:00
Want to support:
2015-01-27 13:55:23 +03:00
* Windows
2015-02-01 06:47:18 +03:00
Difficult to support:
2015-01-27 13:55:23 +03:00
* PyPy 2.7
* PyPy 3.4