textacy
NLP, before and after spaCy
NLP, before and after 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
NLP, before and after spaCy
Last Updated
Mar 9, 2023 at 02:23
License
Apache-2.0
Total Downloads
234.2K
Supported Platforms
GitHub Repository
https://github.com/chartbeat-labs/textacyDocumentation
https://chartbeat-labs.github.io/textacy/