What is this tool?
The Gibberish Detector analyzes text using advanced linguistic algorithms to determine whether it's legitimate language or random gibberish. It examines letter patterns, word structure, vowel-consonant ratios, and statistical properties.
How to use: Paste your text, select the language, adjust settings if needed, and click "Analyze Text". You'll receive a confidence score and detailed statistics.
Detailed Analysis
🔌 API Access
Use this tool as an API by constructing a URL with parameters:
https://www.freewww.com/apps/gibberish/api.php?text=your+text&language=en&sensitivity=medium&minWordLength=2
Parameters:
text
- The text to analyze (URL encoded)
language
- Language code: en, es, fr, de, it, pt (default: en)
sensitivity
- Detection sensitivity: low, medium, high (default: medium)
minWordLength
- Minimum word length to consider (default: 2)
Response: JSON object with verdict, confidence score, and detailed statistics