💫 Industrial-strength Natural Language Processing (NLP) in Python
Go to file
2015-04-19 13:01:38 -07:00
bin Remove trailing whitespace 2015-04-19 13:01:38 -07:00
contributors Add CLA for suchow 2015-04-19 13:01:38 -07:00
docs Minor copyediting 2015-04-19 13:01:38 -07:00
lang_data/en Remove trailing whitespace 2015-04-19 13:01:38 -07:00
spacy Remove trailing whitespace 2015-04-19 13:01:38 -07:00
tests Remove trailing whitespace 2015-04-19 13:01:38 -07:00
.gitignore * Upd gitignore 2015-04-08 07:48:04 +02:00
.travis.yml Minor copyediting 2015-04-19 13:01:38 -07:00
bootstrap_python_env.sh * Add bootstrap script 2015-03-16 14:01:36 -04:00
dev_setup.py Remove trailing whitespace 2015-04-19 13:01:38 -07:00
fabfile.py Remove unused imports 2015-04-19 01:05:22 -07: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 Minor copyediting 2015-04-19 13:01:38 -07:00
requirements.txt * Add pathlib requirement 2015-04-12 07:17:48 +02:00
setup.py Remove trailing whitespace 2015-04-19 13:01:38 -07:00
wordnet_license.txt * Add WordNet license file 2015-02-01 16:11:53 +11:00

spaCy

http://honnibal.github.io/spaCy

A pipeline for fast, state-of-the-art natural language processing. Commercial licenses available, otherwise under AGPL.

Version 0.80 released

2015-04-13

  • Preliminary support for named-entity recognition. Its accuracy is substantially behind the state-of-the-art. I'm working on improvements.

  • Better sentence boundary detection, drawn from the syntactic structure.

  • Lots of bug fixes.

Supports:

  • CPython 2.7
  • CPython 3.4
  • OSX
  • Linux
  • Cygwin

Want to support:

  • Visual Studio

Difficult to support:

  • PyPy 2.7
  • PyPy 3.4