{"id":20382744,"url":"https://github.com/madhu102938/spell-correct","last_synced_at":"2026-07-03T10:43:56.546Z","repository":{"id":231977465,"uuid":"783152316","full_name":"madhu102938/Spell-correct","owner":"madhu102938","description":"Implementation of Spell-check algorithm in c++, returns a list of valid suggestions to incorrect words","archived":false,"fork":false,"pushed_at":"2024-07-06T10:52:48.000Z","size":1353,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T07:57:03.587Z","etag":null,"topics":["cpp","levenshtein-string-distance","spelling-correction"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/madhu102938.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-07T04:36:52.000Z","updated_at":"2024-07-06T10:52:52.000Z","dependencies_parsed_at":"2024-04-07T06:22:38.322Z","dependency_job_id":"f818c3d2-1311-4e17-bab7-268ad4b5b593","html_url":"https://github.com/madhu102938/Spell-correct","commit_stats":null,"previous_names":["madhu102938/spell-correct"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhu102938%2FSpell-correct","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhu102938%2FSpell-correct/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhu102938%2FSpell-correct/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhu102938%2FSpell-correct/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madhu102938","download_url":"https://codeload.github.com/madhu102938/Spell-correct/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241935270,"owners_count":20044826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","levenshtein-string-distance","spelling-correction"],"created_at":"2024-11-15T02:18:53.162Z","updated_at":"2025-10-12T22:38:25.050Z","avatar_url":"https://github.com/madhu102938.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spell-correct\nThis is simple implementation of Damerau–Levenshtein distance algorithm in c++\n\nEnter a word, if it is incorrect, then it will suggest a possible correct word\n\n## Steps to run this\n- Make sure `main_file.cpp` and `words_alpha.txt` are the same directory\n- Run `main_file.cpp`\n- It takes in two arguments, works for commandline arguments as well\n   1. path to word list (one word per line)\n   2. The word which you want to check\n- Returns a vector of words that are closest to the word\n- Use the `check` method to get word suggestions\n- Enter a word (doesn't work for sentences)\n\n[YouTube Preview](https://youtu.be/aREFcWlebpE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadhu102938%2Fspell-correct","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadhu102938%2Fspell-correct","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadhu102938%2Fspell-correct/lists"}