79758518

Date: 2025-09-08 05:14:28
Score: 0.5
Natty:
Report link

If you are looking for a quick solution to testing for gibberish inside a comment box without external links and which just works though not perfect,

  1. Check that the text box contains at least 10 words.

  2. Check that each word does not have 4 consonants or vowels in a row, but consider y as a vowel (some people consider y as a semi-vowel)

  3. Pass the test if 80% of the words meet the criterion

So rhythm becomes a valid word. Applying the 80% criterion and not allowing short comments will ensure that this solution will be quite robust for most purposes.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Ambar Chatterjee