Natural Language Processing

textacy – Python library for performing NLP tasks

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 primarily on the tasks that come before and follow after.

textacy focuses on tasks facilitated by the availability of tokenized, POS-tagged, and parsed text.

Key Features

  • Convenient entry points to working with one or many documents processed by spaCy, with functionality added via custom extensions.
  • Variety of downloadable datasets with both text content and metadata, from Congressional speeches to historical literature.
  • Easy file I/O for streaming data to and from disk.
  • Cleaning, normalization, and exploration of raw text — before processing.
  • Flexible extraction of words, ngrams, noun chunks, entities, acronyms, key terms, and other elements of interest.
  • Tokenization and vectorization of documents, with functionality for training, interpreting, and visualizing topic models.
  • String, set, and document similarity comparison by a variety of metrics.
  • Calculations for common text statistics, including Flesch-Kincaid Grade Level and multilingual Flesch Reading Ease.

Website: textacy.readthedocs.io
Support: GitHub Code Repository
Developer: Chartbeat, Inc.
License: Apache License, Version 2.0

textacy is written in Python. Learn Python with our recommended free books and free tutorials.


Related Software

Python Natural Language Processing Tools
PyTorch-TransformersLibrary of state-of-the-art pre-trained models for NLP
NLTKNatural Language Toolkit
spaCyIndustrial strength natural language processing
scikit-learnMachine learning library
GensimVector space modeling and topic modeling toolkit
flairSimple framework for state-of-the-art NLP
TextBlobPython (2 and 3) library for processing textual data
textacyPython library for performing NLP tasks
polyglotMultilingual text (NLP) processing toolkit
AllenNLPApache 2.0 NLP research library
Snips NLUNatural Language Understanding Python library
PyNLPIVarious modules useful for common, and less common, NLP tasks
nlpnetNatural Language Processing with neural networks
PatternWeb mining module
GluonNLPDeep Learning for NLP
PyTorch-NLPNeural network layers, text processing modules and datasets
NLP ArchitectDeep Learning NLP/NLU library

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted