An open API service indexing awesome lists of open source software.

https://github.com/abdallahhemdan/didumean

🚀 DidUMean, is a spelling checker application checks your spelling and recommend words for you in case of wrong spelling ...
https://github.com/abdallahhemdan/didumean

cpp cpp14 english english-word spell spell-check spell-checker spell-corrector spelling-levenshtein-distance trie

Last synced: 11 months ago
JSON representation

🚀 DidUMean, is a spelling checker application checks your spelling and recommend words for you in case of wrong spelling ...

Awesome Lists containing this project

README

          



![Did you mean](https://user-images.githubusercontent.com/40190772/83947173-c1f41580-a815-11ea-89b7-4c9283fe81ce.png)

[![GitHub contributors](https://img.shields.io/github/contributors/AbdallahHemdan/DidUMean)](https://github.com/AbdallahHemdan/DidUMean/contributors)
[![GitHub issues](https://img.shields.io/github/issues/AbdallahHemdan/DidUMean)](https://github.com/AbdallahHemdan/DidUMean/issues)
[![GitHub forks](https://img.shields.io/github/forks/AbdallahHemdan/DidUMean)](https://github.com/AbdallahHemdan/DidUMean/network)
[![GitHub stars](https://img.shields.io/github/stars/AbdallahHemdan/DidUMean)](https://github.com/AbdallahHemdan/DidUMean/stargazers)
[![GitHub license](https://img.shields.io/github/license/AbdallahHemdan/DidUMean)](https://github.com/AbdallahHemdan/DidUMean/blob/master/LICENSE)

## 🚀 Main Idea
---------------
- DidUMean is a Spelling Checker Application Checks Your Spelling
- If it is Corrent , then it'll Congratulate you 👏😄
- else it'll Recommend Words Based on levenshtein distance (Edit Distance) technique and using ```Trie Data Sructure```...

_I Hope You Find it Useful and Use it to improve your English Writting Skill_..📢👌

## 📽 Demo
![result](https://user-images.githubusercontent.com/40190772/53997498-1dcc7c00-4145-11e9-89f3-5254eea2b4e1.gif)