{"id":20457821,"url":"https://github.com/pythainlp/spelling-check","last_synced_at":"2025-12-14T02:14:45.466Z","repository":{"id":64755219,"uuid":"169215006","full_name":"PyThaiNLP/spelling-check","owner":"PyThaiNLP","description":"Thai Spelling Check","archived":false,"fork":false,"pushed_at":"2023-04-02T10:22:17.000Z","size":1153,"stargazers_count":36,"open_issues_count":1,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-23T03:35:48.703Z","etag":null,"topics":["natural-language-processing","spell","spellchecker","thai-language","thai-nlp","thai-nlp-library"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PyThaiNLP.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}},"created_at":"2019-02-05T09:16:34.000Z","updated_at":"2024-10-17T03:33:20.000Z","dependencies_parsed_at":"2023-09-27T18:27:00.290Z","dependency_job_id":null,"html_url":"https://github.com/PyThaiNLP/spelling-check","commit_stats":null,"previous_names":["wannaphongcom/thai_spell_check","pythainlp/thai_spell_check"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyThaiNLP%2Fspelling-check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyThaiNLP%2Fspelling-check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyThaiNLP%2Fspelling-check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyThaiNLP%2Fspelling-check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyThaiNLP","download_url":"https://codeload.github.com/PyThaiNLP/spelling-check/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248668875,"owners_count":21142752,"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":["natural-language-processing","spell","spellchecker","thai-language","thai-nlp","thai-nlp-library"],"created_at":"2024-11-15T12:09:20.928Z","updated_at":"2025-12-14T02:14:40.091Z","avatar_url":"https://github.com/PyThaiNLP.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Thai Spell Check\nThai Spell Check using Conditional Random Field (CRF) (Machine learning)\n\nGoogle colab: [Colab](https://colab.research.google.com/github/PyThaiNLP/spelling-check/blob/master/notebooks/thaispellcheck.ipynb)\n\n\n## Install\n\n\u003e pip install thaispellcheck\n\n## Using\n\n```python\nimport thaispellcheck\nprint(thaispellcheck.check(\"สวัสดีนะคับผม\"))\n```\nresult \n\n```\nสวัสดีนะ\u003cคำผิด\u003eคับ\u003c/คำผิด\u003eผม\n```\n\nThe words in \u003cคำผิด\u003e are wrong words.\n\nif you wan to use autocorrect to fix the mistake word, use autocorrect=True in check function.\n```python\nimport thaispellcheck\nprint(thaispellcheck.check(\"เราไปโรงเรยนกัน\",autocorrect=True))\n```\nresult\n\n```\nเราไปโรงเรียนกัน\n```\n\n## License\n\n   Copyright 2019-2023 Wannaphong Phatthiyaphaibun\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythainlp%2Fspelling-check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpythainlp%2Fspelling-check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythainlp%2Fspelling-check/lists"}