All Projects β†’ chartbeat-labs β†’ Textacy

chartbeat-labs / Textacy

Licence: other
NLP, before and after spaCy

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to Textacy

Spacy Stanza
πŸ’₯ Use the latest Stanza (StanfordNLP) research models directly in spaCy
Stars: ✭ 508 (-72.53%)
Mutual labels:  natural-language-processing, spacy
Text Analytics With Python
Learn how to process, classify, cluster, summarize, understand syntax, semantics and sentiment of text data with the power of Python! This repository contains code and datasets used in my book, "Text Analytics with Python" published by Apress/Springer.
Stars: ✭ 1,132 (-38.78%)
Mutual labels:  natural-language-processing, spacy
Spacy Models
πŸ’« Models for the spaCy Natural Language Processing (NLP) library
Stars: ✭ 796 (-56.95%)
Mutual labels:  natural-language-processing, spacy
Nlp Python Deep Learning
NLP in Python with Deep Learning
Stars: ✭ 374 (-79.77%)
Mutual labels:  natural-language-processing, spacy
Spacy Graphql
πŸ€Ήβ€β™€οΈ Query spaCy's linguistic annotations using GraphQL
Stars: ✭ 81 (-95.62%)
Mutual labels:  natural-language-processing, spacy
Projects
πŸͺ End-to-end NLP workflows from prototype to production
Stars: ✭ 397 (-78.53%)
Mutual labels:  natural-language-processing, spacy
Spacy Lookups Data
πŸ“‚ Additional lookup tables and data resources for spaCy
Stars: ✭ 48 (-97.4%)
Mutual labels:  natural-language-processing, spacy
Displacy
πŸ’₯ displaCy.js: An open-source NLP visualiser for the modern web
Stars: ✭ 311 (-83.18%)
Mutual labels:  natural-language-processing, spacy
Spacy Dev Resources
πŸ’« Scripts, tools and resources for developing spaCy
Stars: ✭ 123 (-93.35%)
Mutual labels:  natural-language-processing, spacy
Python nlp tutorial
This repository provides everything to get started with Python for Text Mining / Natural Language Processing (NLP)
Stars: ✭ 72 (-96.11%)
Mutual labels:  natural-language-processing, spacy
Spacy Js
πŸŽ€ JavaScript API for spaCy with Python REST API
Stars: ✭ 123 (-93.35%)
Mutual labels:  natural-language-processing, spacy
Jupyterlab Prodigy
🧬 A JupyterLab extension for annotating data with Prodigy
Stars: ✭ 97 (-94.75%)
Mutual labels:  natural-language-processing, spacy
Spacy Streamlit
πŸ‘‘ spaCy building blocks and visualizers for Streamlit apps
Stars: ✭ 360 (-80.53%)
Mutual labels:  natural-language-processing, spacy
Spacy
πŸ’« Industrial-strength Natural Language Processing (NLP) in Python
Stars: ✭ 21,978 (+1088.64%)
Mutual labels:  natural-language-processing, spacy
Adam qas
ADAM - A Question Answering System. Inspired from IBM Watson
Stars: ✭ 330 (-82.15%)
Mutual labels:  natural-language-processing, spacy
Spacy Transformers
πŸ›Έ Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy
Stars: ✭ 919 (-50.3%)
Mutual labels:  natural-language-processing, spacy
Spacy Services
πŸ’« REST microservices for various spaCy-related tasks
Stars: ✭ 230 (-87.56%)
Mutual labels:  natural-language-processing, spacy
Medacy
πŸ₯ Medical Text Mining and Information Extraction with spaCy
Stars: ✭ 287 (-84.48%)
Mutual labels:  natural-language-processing, spacy
Sense2vec
πŸ¦† Contextually-keyed word vectors
Stars: ✭ 1,184 (-35.97%)
Mutual labels:  natural-language-processing, spacy
Tageditor
πŸ–TagEditor - Annotation tool for spaCy
Stars: ✭ 92 (-95.02%)
Mutual labels:  natural-language-processing, spacy

textacy: NLP, before and after spaCy

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.

build status current release version pypi version conda version

features

  • Access and extend spaCy's core functionality for working with one or many documents through convenient methods and custom extensions
  • Load prepared datasets with both text content and metadata, from Congressional speeches to historical literature to Reddit comments
  • Clean, normalize, and explore raw text before processing it with spaCy
  • Extract structured information from processed documents, including n-grams, entities, acronyms, keyterms, and SVO triples
  • Compare strings and sequences using a variety of similarity metrics
  • Tokenize and vectorize documents then train, interpret, and visualize topic models
  • Compute text readability and lexical diversity statistics, including Flesch-Kincaid grade level, multilingual Flesch Reading Ease, and Type-Token Ratio

... and much more!

links

maintainer

Howdy, y'all. πŸ‘‹

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].