textacy
higher-level NLP built on spaCy
higher-level NLP built on spaCy
To install this package, run one of the following:
textacy is a Python library for performing higher-level natural language processing (NLP) tasks, built on the high-performance spaCy library. With the basics --- tokenization, part-of-speech tagging, dependency parsing, etc. --- offloaded to another library, textacy focuses on tasks facilitated by the ready availability of tokenized, POS-tagged, and parsed text. spaCy is a library for advanced natural language processing in Python and Cython.
Summary
higher-level NLP built on spaCy
Last Updated
Jul 27, 2017 at 08:24
License
Apache 2.0
Total Downloads
50
Supported Platforms
GitHub Repository
https://github.com/chartbeat-labs/textacyDocumentation
http://textacy.readthedocs.io/