{"id":25899091,"url":"https://github.com/varnamproject/schemes","last_synced_at":"2025-09-01T18:33:46.308Z","repository":{"id":45274209,"uuid":"403725818","full_name":"varnamproject/schemes","owner":"varnamproject","description":"Language related files for Varnam [GoVarnam]. See releases to download support for your language in Varnam.","archived":false,"fork":false,"pushed_at":"2024-12-14T18:52:57.000Z","size":105,"stargazers_count":1,"open_issues_count":10,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-14T19:35:56.506Z","etag":null,"topics":["india","indian-language","varnam"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/varnamproject.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-09-06T18:41:07.000Z","updated_at":"2024-12-14T18:53:02.000Z","dependencies_parsed_at":"2023-10-16T02:32:11.448Z","dependency_job_id":"50368ebe-b1a4-430b-b4d4-6b1816021a93","html_url":"https://github.com/varnamproject/schemes","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varnamproject%2Fschemes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varnamproject%2Fschemes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varnamproject%2Fschemes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varnamproject%2Fschemes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/varnamproject","download_url":"https://codeload.github.com/varnamproject/schemes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241593901,"owners_count":19987664,"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":["india","indian-language","varnam"],"created_at":"2025-03-03T01:27:24.085Z","updated_at":"2025-03-03T01:27:24.873Z","avatar_url":"https://github.com/varnamproject.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Language Files\n\nVarnam Language support files. **DOWNLOAD YOUR LANGUAGE FILES FROM [releases](https://github.com/varnamproject/schemes/releases)**.\n\n## Installation\n\n* Download your language support file from [releases](https://github.com/varnamproject/schemes/releases)\n* Extract zip\n* Open a terminal in your extracted folder\n* Run (DO NOT RUN WITH sudo):\n```\n./install.sh install\n```\nIt will ask for your password, enter it. You will also be asked to import words.\n\nTo check if installation is successful, try this command :\n```bash\nvarnamcli -s ml enthaanu\n```\nIt should give malayalam output if installation is successful.\n\n## Development\n\nFolder structure:\n- `schemes`\n  - ...\n  - `ml`\n    - `ml.scheme` - Scheme File\n    - `symbol-frequency-report.txt` - Symbol Frequency Report\n    - `Other folders` - Different pack folders\n  - ...\n- `install.sh.in` - A placeholder script which will be copied to every scheme folder\n\n### Scheme\n\nA scheme file is a mapping of English characters to Indian language characters. This helps in transliteration using a letter by letter conversion.\n\nThe scheme file is compiled to a file called Varnam Symbol Table (VST). Varnam uses VST to do transliteration. **VST IS REQUIRED** for basic language support in Varnam.\n\n[Read more on scheme](https://www.varnamproject.com/docs/adding-a-new-language)\n\n### Symbol Frequency Report\n\nThis file is used to populate `weight` column in VST\n\nFile format:\n\n```\nക 98\nവ 98\nഅ 98\n...\n```\n\nThis file is made using scripts inside `scripts` folder. It has a README.\n\n### Packs\n\nA language pack is a set of pre-trained **Varnam Learning Files (VLF)** that can be imported into any Varnam instance quickly. It has many words in it. It's basically a dictionary file to import words from.\n\n### Compiling A Scheme\n\nInstall dependencies:\n\n```bash\nsudo apt install ruby-ffi\n```\n\nCompile scheme:\n\n```bash\n./compile-scheme.rb -s schemes/ta/ta.scheme -o schemes/ta/ta.vst\n```\n\nThe compiled scheme will be a SQLite Database with extension \".vst\".\n\nNow link the file to the place where Varnam will look for VST.\n\n```bash\nsudo ln -s $(realpath schemes/ta/ta.vst) /usr/local/share/varnam/schemes/ta.vst\n```\n\nNow Varnam can use it. Test it out :\n\n```bash\nvarnamcli -s ta nandri\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarnamproject%2Fschemes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvarnamproject%2Fschemes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarnamproject%2Fschemes/lists"}