{"id":16613152,"url":"https://github.com/c-cube/spelll","last_synced_at":"2025-07-26T14:36:03.528Z","repository":{"id":14751013,"uuid":"17472207","full_name":"c-cube/spelll","owner":"c-cube","description":"fuzzy string searching, using Levenshtein automaton. Can be used for spell-checking.","archived":false,"fork":false,"pushed_at":"2022-04-25T00:43:57.000Z","size":136,"stargazers_count":26,"open_issues_count":3,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-16T00:14:44.215Z","etag":null,"topics":["levenshtein-automaton","ocaml","spell-check"],"latest_commit_sha":null,"homepage":"http://c-cube.github.io/spelll/","language":"OCaml","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"geodocker/geodocker-accumulo-geomesa","license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/c-cube.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}},"created_at":"2014-03-06T09:13:50.000Z","updated_at":"2024-12-07T21:40:10.000Z","dependencies_parsed_at":"2022-09-25T01:40:25.476Z","dependency_job_id":null,"html_url":"https://github.com/c-cube/spelll","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-cube%2Fspelll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-cube%2Fspelll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-cube%2Fspelll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-cube%2Fspelll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/c-cube","download_url":"https://codeload.github.com/c-cube/spelll/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245115768,"owners_count":20563232,"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":["levenshtein-automaton","ocaml","spell-check"],"created_at":"2024-10-12T01:46:08.042Z","updated_at":"2025-03-23T14:31:13.267Z","avatar_url":"https://github.com/c-cube.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spelll [![build](https://github.com/c-cube/spelll/actions/workflows/main.yml/badge.svg)](https://github.com/c-cube/spelll/actions/workflows/main.yml)\n\nFuzzy string searching, using Levenshtein automaton. Can be used for spell-checking.\n\nAPI documentation can be found [here](http://c-cube.github.io/spelll/),\nand the source code [here](https://github.com/c-cube/spelll).\n\nSome examples:\n\n```ocaml\n# #require \"spelll\";;\n# let dfa = Spelll.of_string ~limit:1 \"hello\";;\nval dfa : Spelll.automaton = \u003cabstr\u003e\n# Spelll.match_with dfa \"hell\";;\n- : bool = true\n# Spelll.match_with dfa \"hall\";;\n- : bool = false\n# let idx = Spelll.Index.of_list [\"hello\", \"world\"; \"hall\", \"vestibule\"];;\nval idx : string Spelll.Index.t = \u003cabstr\u003e\n# Spelll.Index.retrieve_l idx ~limit:1 \"hell\" ;;\n- : string list = [\"world\"; \"vestibule\"]\n# Spelll.Index.retrieve_l idx ~limit:1 \"hall\" ;;\n- : string list = [\"vestibule\"]\n```\n\n\n## License\n\nThis software is free, under the BSD-2 license. See the LICENSE file.\n\n## Build\n\nYou only need OCaml (\u003e= 4.02 should be enough) and `dune` and `seq`. Type\n\n```\n$ make\n$ make install\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc-cube%2Fspelll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc-cube%2Fspelll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc-cube%2Fspelll/lists"}