{"id":19000464,"url":"https://github.com/typesense/showcase-spellcheck","last_synced_at":"2025-08-03T03:11:48.515Z","repository":{"id":94817134,"uuid":"350533652","full_name":"typesense/showcase-spellcheck","owner":"typesense","description":"Use Typesense to build a type-ahead spellchecker","archived":false,"fork":false,"pushed_at":"2025-02-05T00:52:45.000Z","size":178,"stargazers_count":8,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-17T07:17:33.078Z","etag":null,"topics":["spellchecker","spelling-correction","typesense","typo-tolerance"],"latest_commit_sha":null,"homepage":"https://spellcheck.typesense.org/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/typesense.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2021-03-23T00:46:26.000Z","updated_at":"2025-03-28T12:31:01.000Z","dependencies_parsed_at":"2025-02-05T01:28:17.542Z","dependency_job_id":"0497b1f9-8de5-43e0-8b3d-4dec0fc37d71","html_url":"https://github.com/typesense/showcase-spellcheck","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typesense%2Fshowcase-spellcheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typesense%2Fshowcase-spellcheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typesense%2Fshowcase-spellcheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typesense%2Fshowcase-spellcheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/typesense","download_url":"https://codeload.github.com/typesense/showcase-spellcheck/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250285667,"owners_count":21405297,"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":["spellchecker","spelling-correction","typesense","typo-tolerance"],"created_at":"2024-11-08T18:07:18.714Z","updated_at":"2025-04-22T17:06:17.486Z","avatar_url":"https://github.com/typesense.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Typeahead Spellchecker\n\nUse Typesense's typo-correction feature to build a Type-Ahead Spellchecker.\n\n## Live Demo\n\nhttps://spellcheck.typesense.org/\n\nThe UI is hosted on S3, the data is indexed in a single-node Typesense Cloud cluster with 512MB RAM in Oregon.\n\n## How it works\n\nWe index 333K [dictionary words](https://www.kaggle.com/rtatman/english-word-frequency), along with the popularity of each word in a Typesense collection.\n\nWe then extract the last typed word and send it as a \"search\" to Typesense. Since Typesense searches for typo-corrected words automatically, it returns closely related typo-corrected words from the dictionary, which we show as type-ahead suggestions.\n\n## Running it locally\n\n```shell\nyarn typesenseServer\n\nln -s .env.development .env\n\nyarn index\n\nyarn start\n```\n\n## Deployment\n\nTo deploy the UI run:\n\n```shell\nyarn deploy\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypesense%2Fshowcase-spellcheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftypesense%2Fshowcase-spellcheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypesense%2Fshowcase-spellcheck/lists"}