Gibberish Detector

Advanced text analysis to detect gibberish and nonsensical text

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.

0 characters

Privacy: the text you analyze is sent to our server (api.php) to perform the analysis. It is processed to return your results and is not stored or shared. Your language, sensitivity and word-length preferences are saved only in your browser.

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