💫 Industrial-strength Natural Language Processing (NLP) in Python
Go to file
2015-02-07 08:42:44 -05:00
bin/parser * Fix standard conll file reading. Script needs refactoring. 2015-02-02 23:02:48 +11:00
docs * Fix 0.40 link in index 2015-02-02 12:16:53 +11:00
spacy * Add a has_repvec property to Lexeme, and a check function to check flags 2015-02-07 08:42:44 -05:00
tests * Fix test_tag_names again 2015-02-01 16:25:03 +11:00
.gitignore * Upd gitignore 2015-01-30 16:49:44 +11:00
.travis.yml * Upd travis.yml 2015-01-31 13:50:30 +11:00
dev_setup.py * Upd dev_setup 2015-01-03 21:02:03 +11:00
fabfile.py * Fix clean command 2015-01-25 14:49:29 +11:00
LICENSE.txt * Add license file 2015-01-26 03:07:18 +11:00
MANIFEST.in * Add manifest file 2015-01-30 16:49:02 +11:00
README.md Update README.md 2015-02-01 14:47:18 +11:00
requirements.txt * Require advanced version of cymem 2015-02-01 17:04:59 +11:00
setup.py * Rename 0.4.0 to 0.40 2015-02-01 18:32:01 +11:00
wordnet_license.txt * Add WordNet license file 2015-02-01 16:11:53 +11:00

spaCy

http://honnibal.github.io/spaCy

Fast, state-of-the-art natural language processing pipeline. Commercial licenses available, or use under AGPL.

  • 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 3.4
  • OSX
  • Linux

Want to support:

  • Windows

Difficult to support:

  • PyPy 2.7
  • PyPy 3.4