{"id":13463000,"url":"https://github.com/OpenBangla/rupantor-rs","last_synced_at":"2025-03-25T06:31:25.184Z","repository":{"id":57664274,"uuid":"97582247","full_name":"OpenBangla/rupantor-rs","owner":"OpenBangla","description":"A Bengali Phonetic Parser which is very flexible and converts text into Bengali according to a json formated grammar.","archived":false,"fork":false,"pushed_at":"2020-09-22T15:29:41.000Z","size":65,"stargazers_count":21,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-29T13:50:11.485Z","etag":null,"topics":["avro-phonetic","bangla","bengali","rust"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/rupantor","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OpenBangla.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":"2017-07-18T09:51:53.000Z","updated_at":"2024-08-20T11:15:44.000Z","dependencies_parsed_at":"2022-09-14T21:21:21.818Z","dependency_job_id":null,"html_url":"https://github.com/OpenBangla/rupantor-rs","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenBangla%2Frupantor-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenBangla%2Frupantor-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenBangla%2Frupantor-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenBangla%2Frupantor-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenBangla","download_url":"https://codeload.github.com/OpenBangla/rupantor-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245413771,"owners_count":20611353,"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":["avro-phonetic","bangla","bengali","rust"],"created_at":"2024-07-31T13:00:43.736Z","updated_at":"2025-03-25T06:31:24.872Z","avatar_url":"https://github.com/OpenBangla.png","language":"Rust","funding_links":[],"categories":["Typing Tools and Keyboards"],"sub_categories":["Libraries"],"readme":"# rupantor-rs\n[![Build Status](https://travis-ci.org/OpenBangla/rupantor-rs.svg?branch=master)](https://travis-ci.org/OpenBangla/rupantor-rs)\n[![Rust](https://img.shields.io/badge/rust-1.31.0%2B-blue.svg?maxAge=3600)](https://github.com/OpenBangla/rupantor-rs)\n[![crates.io](https://img.shields.io/crates/v/rupantor.svg)](https://crates.io/crates/rupantor)\n[![DOCS.rs](https://docs.rs/rupantor/badge.svg)](https://docs.rs/rupantor)\n\nA Bengali Phonetic Parser which is very flexible and converts text into Bengali according to a json formatted grammar.\n\n`rupantor` supports **Avro Phonetic** out of the box, which is a very popular phonetic based transliteration method for writing Bengali.\n`rupantor` is very flexible as it is possible to control the conversion by specifying the *grammar*/*conversion rules*. So it is possible\nby the user to create a phonetic method by specifying a custom grammar.\n\n## Usage\nAdd this to your `Cargo.toml`:\n```toml\n[dependencies]\nrupantor = \"0.3\"\n```\n\n## Example\nThis example shows how to use Avro Phonetic:\n```rust\nuse rupantor::avro::AvroPhonetic;\n\nlet avro = AvroPhonetic::new();\nlet bengali = avro.convert(\"ami banglay gan gai\");\nassert_eq!(bengali, \"আমি বাংলায় গান গাই\");\n```\n\n## License\n`rupantor` is distributed under the terms of MPL License (Version 2.0).\n\nSee [LICENSE](https://github.com/OpenBangla/rupantor-rs/blob/master/LICENSE) for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOpenBangla%2Frupantor-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FOpenBangla%2Frupantor-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOpenBangla%2Frupantor-rs/lists"}