Skip to main content

NLP, before and after spaCy

Project description

textacy is a Python library for performing a variety of natural language processing (NLP) tasks, built on the high-performance spacy library. With the fundamentals — tokenization, part-of-speech tagging, dependency parsing, etc. — delegated to another library, textacy focuses on the tasks that come before and follow after.

build status current release version pypi version conda version

Features

  • Provide a convenient entry point and interface to one or many documents, with the core processing delegated to spaCy

  • Stream text, json, csv, spaCy binary, and other data to and from disk

  • Download and explore a variety of included datasets with both text content and metadata, from Congressional speeches to historical literature to Reddit comments

  • Clean and normalize raw text, before analyzing it

  • Access and filter basic linguistic elements, such as words, ngrams, and noun chunks; extract named entities, acronyms and their definitions, and key terms

  • Flexibly tokenize and vectorize documents and corpora, then train, interpret, and visualize topic models using LSA, LDA, or NMF methods

  • Compare strings, sets, and documents by a variety of similarity metrics

  • Calculate common text statistics, including Flesch-Kincaid Grade Level, SMOG Index, and multilingual Flesch Reading Ease

and more!

Maintainer

Howdy, y’all. 👋

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

textacy-0.7.0.tar.gz (195.8 kB view hashes)

Uploaded Source

Built Distribution

textacy-0.7.0-py2.py3-none-any.whl (155.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page