https://github.com/junaidqadirb/unibal2sayad
An experimental UniBal Script to Sayad script conversion tool
https://github.com/junaidqadirb/unibal2sayad
converter language-processing languages transliteration
Last synced: 1 day ago
JSON representation
An experimental UniBal Script to Sayad script conversion tool
- Host: GitHub
- URL: https://github.com/junaidqadirb/unibal2sayad
- Owner: JunaidQadirB
- License: mit
- Created: 2018-06-18T09:07:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-05T21:55:07.000Z (almost 6 years ago)
- Last Synced: 2025-02-24T05:47:33.046Z (over 1 year ago)
- Topics: converter, language-processing, languages, transliteration
- Language: JavaScript
- Size: 334 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unibal2Sayad
UniBal2Sayad is a experimental script converter for Balochi which converts text from UniBal script to Sayad Script.
## UinBal Script Alphabet
`A Á B C D Đ Ḓ E É F G Ǵ H I Í J K L M N Ń O Ó P R Ŕ S Ś T Ŧ Ṱ U Ú W Y Z Ź`
`a á b c d đ ḓ e é f g ǵ h i í j k l m n ń o ó p r ŕ s ś t ŧ ṱ u ú w y z ź`
## Sayad Script Alphabet
`آ ا ب پ ت ٹ ج چ د ڈ ر ڑ ز ژ س ش ک گ ل م ن و ہ ھ ء ی ے`
## Installing The Demo Locally
To install unibal2sayad locally follow these steps:
- clone `https://github.com/JeyKeu/unibal2sayad.git`
- open terminal and cd in to the `unibal2sayad/demo` directory
- run:
````
npm install
````
OR
````
yarn
````
- Open the `index.html` in your favorite web browser.
- Play with it and hack the code to see how it works.
- Don't forget to `star` this repo.