Agent skill
language-detector
Detect language of text with confidence scores, support for 50+ languages, and batch text classification.
Stars
41
Forks
5
Install this agent skill to your Project
npx add-skill https://github.com/dkyazzentwatwa/chatgpt-skills/tree/main/language-detector
SKILL.md
Language Detector
Identify the language of text with confidence scoring.
Features
- 50+ Languages: Wide language support
- Confidence Scores: Probability estimates
- Batch Detection: Process multiple texts
- CSV Support: Analyze text columns
- Multiple Algorithms: Character n-gram analysis
CLI Usage
bash
python language_detector.py --text "Hello world" --output result.json
python language_detector.py --file texts.csv --column text --output languages.csv
Dependencies
- langdetect>=1.0.9
- pandas>=2.0.0
Didn't find tool you were looking for?