💫 Industrial-strength Natural Language Processing (NLP) in Python
Go to file
2015-01-30 18:02:58 +11:00
bin/parser * Allow parsers and taggers to be trained on text without gold pre-processing. 2015-01-30 16:36:24 +11:00
docs * Add draft work on features 2015-01-30 16:46:52 +11:00
spacy * Ensure parser and tagger function correctly when training from missing values, indicated by -1 2015-01-30 14:08:56 +11:00
tests * Add test for parse tree navigation 2015-01-30 18:02:58 +11:00
.gitignore * Upd gitignore 2015-01-30 16:49:44 +11:00
.travis.yml * Allow pypy test to fail 2015-01-06 13:13:04 +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-01-27 21:55:36 +11:00
requirements.txt * Upd requirements 2015-01-25 23:01:42 +11:00
setup.py * Fix numpy commit problem 2015-01-28 14:00:20 +11:00

spaCy

http://honnibal.github.io/spaCy

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

Tested (and working) with:

  • CPython 2.7
  • CPython 3.4
  • OSX
  • Linux

Untested:

  • Windows

Fails with:

  • PyPy 2.7
  • PyPy 3.4