-
https://github.com/sanskrit/sanscript.js/blob/3e109b09d0e69de1afb166ebd4d1ffb4e340a0c3/sanscript/sanscript.js gives a javascript based script for transliteration.
We can shift this to client side in…
-
-
### Problem
Sanscript supports a handy feature: if the user types `##`, transliteration is disabled until the `##` block is seen again. Or for another version of this, some transliterators support …
-
I have to exectue javascript from linux bash shell. So i have decided to use node
I have downloaded a js file from https://raw.githubusercontent.com/sanskrit/sanscript.js/master/src/sanscript.js as…
-
Example:
`Sanscript.t('chAy', 'itrans', 'devanagari', {syncope: true}) == 'चाय'` (fine)
`Sanscript.t('चाय', 'devanagari', 'itrans', {syncope: true}) == 'chAya'`
This should be just `chAy`, shouldn'…
-
## Why?
1. Unicode already has done the standardization of what the scripts should be called.
2. It is duplicate work to maintain a separate Array of "sanscript" specific names of scripts.
3. U…
-
I have a use case where, my source content is in any of the languages eg Tamil, Telugu... and I do not know the source language before passing to sanscript . I have a target language for transliterati…
-
Hello,
Can you help me add more Siddham language in sanscript.php? I need convert India script to siddham and versa
-
# What I did
```python
from indic_transliteration import sanscript
s = 'नैर्ऋती'
print(s)
s1 = sanscript.transliterate(s, 'devanagari', 'slp1')
print(s1)
s2 = sanscript.transliterate(s1, 'slp…
-
Much easier for people to use from there.
SRGOM updated
4 years ago