jbesomi/texthero
Text preprocessing, representation and visualization from zero to hero.
Texthero helps you make sense of large amounts of text data by cleaning it, extracting key information, and visualizing patterns. You provide raw text documents, and it outputs cleaned text, important keywords, categorized topics, and visual maps of your text data. It's ideal for data analysts, researchers, or anyone needing to quickly understand and categorize text-based datasets.
2,911 stars. No commits in the last 6 months. Available on PyPI.
Use this if you need to quickly preprocess, analyze, and visualize insights from text data without deep linguistic knowledge.
Not ideal if your primary goal is fine-grained, highly customized natural language generation or complex, multi-lingual semantic analysis.
Stars
2,911
Forks
237
Language
Python
License
MIT
Category
Last pushed
Aug 29, 2023
Commits (30d)
0
Dependencies
11
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/jbesomi/texthero"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
chakki-works/seqeval
A Python framework for sequence labeling evaluation(named-entity recognition, pos tagging, etc...)
Hironsan/anago
Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.
hamelsmu/ktext
Utilities for preprocessing text for deep learning with Keras
asahi417/tner
Language model fine-tuning on NER with an easy interface and cross-domain evaluation. "T-NER: An...
Franck-Dernoncourt/NeuroNER
Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.