Detect gibberish
See original GitHub issueIs your feature request related to a problem? Please describe.
Sometimes when chatting with a chatbot application, users end up typing gibberish like: asdasd sadasd
or fgfsad dasdsa
etc. Is there a way to detect gibberish?
Describe the solution you’d like Detect gibberish input using NLP
Describe alternatives you’ve considered https://github.com/rrenaud/Gibberish-Detector (python based)
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (5 by maintainers)
Top Results From Across the Web
domanchi/gibberish-detector: Train a model, and ... - GitHub
detect Uses a trained model to identify gibberish strings. optional arguments: -h, --help show this help message and exit --version Display version information....
Read more >Gibberish Detector - Design215 Toolbox
While it's easy for humans to see that's gibberish, it turns out to be much more difficult for software to detect this kind...
Read more >Gibberish Detection with GPT-2 - GitHub Pages
The first level of gibberish detection simply requires a dictionary. The second level requires some kind of language model.
Read more >Gibberish Text detection using Markov Model - Medium
Gibberish detection helps in improving the quality of data. We can filter out sentences that have no meaning.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hello, I updated the algorithm. I was using 4 measures to detect gibberish:
The unit tests:
Hello, I just published a new version that includes gibberish detection:
You have also a function to give you the score, if you prefer the probability: