{"id":22687327,"url":"https://github.com/dead-beef/find-similar-words","last_synced_at":"2025-03-29T15:43:04.196Z","repository":{"id":131249792,"uuid":"496068606","full_name":"dead-beef/find-similar-words","owner":"dead-beef","description":"Find words with similar pronunciations","archived":false,"fork":false,"pushed_at":"2022-05-25T04:12:20.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-04T16:32:15.602Z","etag":null,"topics":["language","phonetics","rust-cli"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/dead-beef.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-25T03:26:11.000Z","updated_at":"2022-05-25T04:03:46.000Z","dependencies_parsed_at":"2023-03-10T16:45:03.533Z","dependency_job_id":null,"html_url":"https://github.com/dead-beef/find-similar-words","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/dead-beef%2Ffind-similar-words","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dead-beef%2Ffind-similar-words/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dead-beef%2Ffind-similar-words/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dead-beef%2Ffind-similar-words/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dead-beef","download_url":"https://codeload.github.com/dead-beef/find-similar-words/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246207491,"owners_count":20740723,"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":["language","phonetics","rust-cli"],"created_at":"2024-12-09T23:18:00.539Z","updated_at":"2025-03-29T15:43:04.184Z","avatar_url":"https://github.com/dead-beef.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# find-similar-words\n\n![Master](https://github.com/dead-beef/find-similar-words/workflows/Master/badge.svg) ![PR validation](https://github.com/dead-beef/find-similar-words/workflows/PR%20validation/badge.svg)\n\n## Requirements\n\nIn order to run own copy of the project one must fulfill the following requirements.\n\n- [Rust](https://www.rust-lang.org/)\n- [eSpeak NG](https://github.com/espeak-ng/espeak-ng/)\n\n## Installation\n\n```bash\ncargo install --path .\n```\n\n## Building\n\n```bash\ncargo build\n```\n\n```bash\ncargo build --release\n```\n\n## Usage\n\n```\n\u003e cargo run --release --bin create-ipa-dict -- --help\n\nUsage:\n  target/release/create-ipa-dict [OPTIONS] [INPUT]\n\nCreate IPA dictionary from a word list.\n\nPositional arguments:\n  input                 Set input file (default: stdin)\n\nOptional arguments:\n  -h,--help             Show this help message and exit\n  -L,--list-languages   Print supported languages and exit\n  -l,--language LANGUAGE\n                        Set language (default: detect)\n  -v,--voice FILE       Set espeak voice (default: use highest priority voice\n                        for language)\n  -a,--ascii            Use espeak's ascii phoneme names\n  -o,--output FILE      Set output file (default: stdout)\n```\n\n```\n\u003e cargo run --release --bin find-similar-words -- --help\n\nUsage:\n  target/release/find-similar-words [OPTIONS] [FILE ...]\n\nFind words with similar pronunciations.\n\nPositional arguments:\n  file                  Dictionary files (tsv) (max: 2) (default: stdin)\n\nOptional arguments:\n  -h,--help             Show this help message and exit\n  -n,--normalize        Normalize word transcriptions\n  -l,--min-length MIN_LENGTH\n                        Set minimum word length (default: none)\n  -L,--max-length MAX_LENGTH\n                        Set maximum word length (default: none)\n  -d,--max-distance MAX_DISTANCE\n                        Set max levenshtein distance between word\n                        transcriptions (default: 0)\n```\n\n```\n\u003e cargo run --release --bin merge-word-groups -- --help\n\nUsage:\n  target/release/merge-word-groups [FILE ...]\n\nMerge results from find-similar-words.\n\nPositional arguments:\n  file                  Files to merge (default: stdin)\n\nOptional arguments:\n  -h,--help             Show this help message and exit\n```\n\n## Testing\n\n```bash\ncargo test\n```\n\n## Linting\n\n```bash\ncargo fmt -- --check\ncargo clippy -- -D warnings\n```\n\n## Licenses\n\n- [`find-similar-words`](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdead-beef%2Ffind-similar-words","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdead-beef%2Ffind-similar-words","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdead-beef%2Ffind-similar-words/lists"}