{"id":13624832,"url":"https://github.com/paralogical/glish","last_synced_at":"2025-04-16T01:32:49.792Z","repository":{"id":212763770,"uuid":"731772435","full_name":"paralogical/glish","owner":"paralogical","description":"map all words to single-syllable version","archived":false,"fork":false,"pushed_at":"2024-11-03T03:22:42.000Z","size":36891,"stargazers_count":263,"open_issues_count":20,"forks_count":18,"subscribers_count":11,"default_branch":"main","last_synced_at":"2024-11-03T04:19:17.544Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/paralogical.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":"2023-12-14T21:01:39.000Z","updated_at":"2024-11-03T03:22:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"de753a72-9a13-453c-93f4-f3f172b00ae9","html_url":"https://github.com/paralogical/glish","commit_stats":null,"previous_names":["paralogical/glish"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralogical%2Fglish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralogical%2Fglish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralogical%2Fglish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralogical%2Fglish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paralogical","download_url":"https://codeload.github.com/paralogical/glish/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249182461,"owners_count":21226071,"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":[],"created_at":"2024-08-01T21:01:46.946Z","updated_at":"2025-04-16T01:32:49.786Z","avatar_url":"https://github.com/paralogical.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Glish\n\nWatch the video about this project: https://youtu.be/sRbcw2sGkJw\n\nInteractive Demo Translator tool here: https://paralogical.dev/glish/\n\n**Goal: Make a version of English where every word is only one syllable**\n\nInputs:\n\n- words by frequency (optimize monosyllabification for more common words)\n  inputs/word_frequency.txt\n- words with pronunciations and split by syllables (CMU Dict syllablized)\n  Note: multiple valid pronunciations for any given word,\n  but all American english\n\nStages:\n\n- `syllablize.ts` \u0026rarr; convert CMU dict to JSON mapping of word \u0026rarr; IPA split by syllables\n- `main.ts` \u0026rarr; load IPA syllables and generate new monosyllabic version of all words\n- `sonorityGraph.ts` \u0026rarr; data structure that helps generate new syllables following sonority sequencing.\n- `respellIPA.ts` \u0026rarr; convert IPA back into \"readable\" latin alphabet.\n\nTo run code to generate Glish language mapping,\n\n- `ts-node syllablize.ts` to generate outputs/syllablizedIPA.json + syllableGraph + big list of randomly generated syllables\n- `ts-node main.ts` to generate outputs/monosyllabic.json \u0026 other monosyllabic results\n\nTo run UI,\n\n- `cd ui`\n- `npm run dev`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparalogical%2Fglish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparalogical%2Fglish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparalogical%2Fglish/lists"}