mirror of https://github.com/explosion/spaCy.git
aiartificial-intelligencecythondata-sciencedeep-learningentity-linkingmachine-learningnamed-entity-recognitionnatural-language-processingneural-networkneural-networksnlpnlp-librarypythonspacystarred-explosion-repostarred-repotext-classificationtokenization
38ed265b7d | ||
---|---|---|
bin | ||
contributors | ||
docs | ||
lang_data/en | ||
spacy | ||
tests | ||
.gitignore | ||
.travis.yml | ||
LICENSE.txt | ||
MANIFEST.in | ||
README.md | ||
bootstrap_python_env.sh | ||
dev_setup.py | ||
fabfile.py | ||
requirements.txt | ||
setup.py | ||
wordnet_license.txt |
README.md
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