{"id":13408332,"url":"https://github.com/eimg/myanmar-text-breaker","last_synced_at":"2025-03-14T13:30:46.310Z","repository":{"id":141772724,"uuid":"126589964","full_name":"eimg/myanmar-text-breaker","owner":"eimg","description":"Syllable and word, breaker/boundary-segmentation for Myanmar text in JavaScript","archived":false,"fork":false,"pushed_at":"2024-02-06T15:43:34.000Z","size":350,"stargazers_count":31,"open_issues_count":1,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-07-31T20:29:56.508Z","etag":null,"topics":["javascript","nlp"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/eimg.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":"2018-03-24T10:46:39.000Z","updated_at":"2024-07-16T23:20:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"a12f3628-6cb7-421f-8b0b-ca8fb3fcb97f","html_url":"https://github.com/eimg/myanmar-text-breaker","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/eimg%2Fmyanmar-text-breaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eimg%2Fmyanmar-text-breaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eimg%2Fmyanmar-text-breaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eimg%2Fmyanmar-text-breaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eimg","download_url":"https://codeload.github.com/eimg/myanmar-text-breaker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243584086,"owners_count":20314697,"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":["javascript","nlp"],"created_at":"2024-07-30T20:00:52.216Z","updated_at":"2025-03-14T13:30:46.298Z","avatar_url":"https://github.com/eimg.png","language":"JavaScript","funding_links":[],"categories":["Myanmar NLP"],"sub_categories":[],"readme":"# Myanmar Text Breaker\n\nSyllable and word, breaker/boundary-segmentation for Myanmar text in JavaScript.\n\n## Usage\n```Javascript\nvar syllable = require(\"./syllable-breaker\");\nvar word = require(\"./word-breaker\");\n\nconsole.log( syllable('အင်္ဂါနေ့၏ဂြိုဟ်ကောင်သည်ခြင်္သေ့ဖြစ်သည်') );\n// =\u003e [ 'အင်္ဂါ', 'နေ့', '၏', 'ဂြိုဟ်', 'ကောင်', 'သည်', 'ခြင်္သေ့', 'ဖြစ်', 'သည်' ]\n\nconsole.log( word('ဘယ်အရာမဆိုအရာရာတိုင်းအဆိုးအကောင်းယှဉ်တွဲနေတယ်') );\n// =\u003e [ 'ဘယ်အရာမဆို', 'အရာရာတိုင်း', 'အဆိုးအကောင်း', 'ယှဉ်တွဲ', 'နေ', 'တယ်' ]\n```\n## Credit\n* Syllable breaker is a JavaScript port of [MyanmarParser-Py](https://github.com/thantthet/MyanmarParser-Py).\n* Word breaker is based on following data\n    * dict-words.txt -\u003e [mydict-mmnlp-words.txt](https://github.com/trhura/pango-myanmar/tree/master/data)\n    * common-words.txt -\u003e [mydict-common-words.txt](https://github.com/trhura/pango-myanmar/tree/master/data)\n    * stop-words.txt -\u003e [stop_words.txt](https://github.com/swanhtet1992/myanmar-data)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feimg%2Fmyanmar-text-breaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feimg%2Fmyanmar-text-breaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feimg%2Fmyanmar-text-breaker/lists"}