#87 · Primary category: NLP Tools & Text Processing
textacy
NLP, before and after spaCy
Project last updated:09/22/23
GitHub Stars
2.2K
Forks
247
Contributors
35
License
Other
Why we included this project
textacy sits on top of spaCy and handles the work that spaCy itself does not bother with. It gives you utilities for cleaning and normalizing raw text before parsing, and after processing you can extract n-grams, entities, acronyms, keyterms, and subject-verb-object triples without writing the extraction code yourself. Tokenization and vectorization helpers, topic modeling, string similarity comparisons, and readability statistics such as Flesch-Kincaid grade level and type-token ratio round out the library. That makes it a solid pick for data scientists and NLP engineers building analysis scripts or research prototypes where spaCy does the parsing and textacy does the rest. Bundled datasets covering Congressional speeches, historical literature, and Reddit comments are handy for trying ideas quickly instead of hunting down corpora on your own.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
flair
A very simple framework for state-of-the-art Natural Language Processing (NLP)
compromise
modest natural-language processing
tokenizers
💥 Fast State-of-the-Art Tokenizers optimized for Research and Production
CoreNLP
CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.
Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量