mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-27 10:26:35 +03:00
39 lines
613 B
Markdown
39 lines
613 B
Markdown
spaCy
|
|
=====
|
|
|
|
http://honnibal.github.io/spaCy
|
|
|
|
Fast, state-of-the-art natural language processing pipeline. Commercial licenses available, or use under AGPL.
|
|
|
|
Version 0.80 released
|
|
---------------------
|
|
|
|
2015-04-13
|
|
|
|
* Preliminary named entity recognition support. Accuracy is currently
|
|
substantially behind the current 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
|
|
|