Davisy/Detect-and-Translate-Text-Data
How to detect language and translate text data into the language of your choice when working on a NLP project
This tool helps data analysts and NLP practitioners automatically identify the language of text inputs and translate them into a desired language. It takes in raw text strings, or collections of text, and outputs the detected language along with the translated text. It's designed for anyone working with multilingual text data who needs to standardize language for analysis or processing.
No commits in the last 6 months.
Use this if you need to process text data from various sources and languages, ensuring it's all in a single, consistent language for further analysis or integration.
Not ideal if you require highly nuanced, domain-specific translations where human-in-the-loop review or specialized linguistic expertise is critical.
Stars
11
Forks
8
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Jan 13, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Davisy/Detect-and-Translate-Text-Data"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
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.
jbesomi/texthero
Text preprocessing, representation and visualization from zero to hero.
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...