-
Hi,
Great project!! Really interesting and inspiring.
Are you interested in adding support for non-Devnagari transliteration, maybe one or all of IAST, ITRANS, SLP1? Will be useful for folks w…
-
add Wylie transliteration table
-
Just introduced my father to the proofing interface - the transliteration tools are very convenient! The transliterate selected text to devanAgarI ought to include optitrans as a from-script option. S…
-
When installing from git (i.e. `npm i indic-transliteration/sanscript.js`), then it's broken, as the `prepare` script is running `transpile` script, which will need the scheme files stored in the subm…
-
When I use `aa` instead of `A` or any other double characters it got transliterated wrongly, also to IAST and devanagari.
Even lot of tests are broken because of this issue.
It would be also gre…
-
Improve Thai transliteration mapping by comparing to Thai Sanscrit
http://www.thai-sanscript.com/index.php/main/transliterate
V
-
We should create an `index.d.ts` file to support usage within TypeScript projects.
Of course we can convert the entire repo to TypeScript, but this takes much more effort.
-
As you know, ITRANS supports lower-case long vowels (e.g., `aa` for `A`), and symbol-less variants (e.g., `RRi` for `R^i`). It would be useful to add at least these as a toggle. I'm sure I'm not alo…
-
While fixing sanscript usage via https://github.com/kmadathil/sanskrit_parser/commit/820d998d9cf4ec07d0511187928f0d00bead37c9 , I noticed that pytest could not be run. I get the below:
```
Launchi…
-
indic-transliteration version 2.3.17
python version 3.9.1
```bash
>>> a = '1M/2'
>>> b = sanscript.transliterate(a, 'slp1_accented', 'devanagari')
>>> c = sanscript.transliterate(b, 'devanagari…