{"id":14964396,"url":"https://github.com/user202729/plover-generate","last_synced_at":"2026-01-18T10:02:31.106Z","repository":{"id":117927665,"uuid":"382993294","full_name":"user202729/plover-generate","owner":"user202729","description":"Generate a dictionary from a list of rules. Tailored for Plover theory.","archived":false,"fork":false,"pushed_at":"2021-07-25T09:18:52.000Z","size":542,"stargazers_count":1,"open_issues_count":16,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T09:33:21.522Z","etag":null,"topics":["plover"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/user202729.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":"2021-07-05T02:33:01.000Z","updated_at":"2021-07-25T09:18:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"95861f9b-de23-46df-8331-1f1482b41b6c","html_url":"https://github.com/user202729/plover-generate","commit_stats":{"total_commits":169,"total_committers":1,"mean_commits":169.0,"dds":0.0,"last_synced_commit":"f043a6956b0629666e9b5e56d45d1bf73176a760"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/user202729/plover-generate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/user202729%2Fplover-generate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/user202729%2Fplover-generate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/user202729%2Fplover-generate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/user202729%2Fplover-generate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/user202729","download_url":"https://codeload.github.com/user202729/plover-generate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/user202729%2Fplover-generate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28534203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["plover"],"created_at":"2024-09-24T13:33:07.511Z","updated_at":"2026-01-18T10:02:31.082Z","avatar_url":"https://github.com/user202729.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# plover-generate\nGenerate a dictionary from a list of rules. Tailored for Plover theory.\n\n### Additional files required to run the program\n\n* `main.json`: Taken directly from Plover. Put it in the same directory as the scripts.\n* `open-dict.txt`: Downloaded from [Open dict data](https://github.com/open-dict-data/ipa-dict).\n* `frequency-list`: Any frequency list can be used.\n\n   Each line must have the format `\u003cword\u003e\u003ctab-character\u003e\u003cfrequency\u003e` where:\n\n   * `\u003cword\u003e` is the word. (must not contain a tab character)\n   * `\u003ctab-character\u003e` is a tab character.\n   * `\u003cfrequency\u003e` is a real number.\n\n   Can be downloaded from [Wiktionary](https://en.wiktionary.org/wiki/Wiktionary:Frequency_lists/PG/2006/04/1-10000) for example.\n\n   It's possible to use an empty file, however uncommon words may take the outline instead of more common words.\n\n* `local_lib.py`: might contain anything. Can be an empty Python file.\n\n### To generate a dictionary\n\nUsually you would only need to run\n\n    python3 main2.py\n    python3 main3.py -g\n\nRun `python3 main3.py --help` to see what's the default output path. Can be changed with `-o`/`--output` flag.\n\nMost other files have either documentation at the top of the file, or otherwise (if they're executable)\nrun them with `--help` flag to read the documentation.\n\n### Tips\n\n* The programs are also compatible with `pypy3`. It's also possible to pass `-OO` flag to `pypy3` to\ndisable assertions to speed up the programs.\n* It's possible to run `main3.py -g -o a.json \u0026\u0026 cp a.json b.json` and load `b.json`\ninto Plover, so that it's possible to use a dictionary while waiting for the new dictionary to be\ngenerated.\n\n### Testing\n\nIt's possible to preview the result of a rule modification on some words by running with\n`--word-filter`. A typical run is (on Unix systems)\n\n    python3 main3.py -o /dev/stdout --no-output-errors --word-filter word1,word2\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuser202729%2Fplover-generate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuser202729%2Fplover-generate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuser202729%2Fplover-generate/lists"}