-
def transliterate_hi(data: str) -> str:
return sanscript.transliterate(data, sanscript.ITRANS, sanscript.DEVANAGARI)
print(transliterate_hi("Chicken"))
print(transliterate_hi("Egg"))
print(t…
-
They are noted at https://github.com/sanskrit-coders/indic_transliteration/blob/master/indic_transliteration/sanscript.py#L106 and https://github.com/sanskrit-coders/indic_transliteration/blob/master/…
-
Test runs in CI are taking ~48mins on latest master. They are timing out for py27.
On running profiler locally, observed a good amount of time is spent in transliteration. Do we need to translitera…
-
As per @vvasuki
1. You'd be following REST API conventions (google it) better and it would be clearer if the URI were http://api.sanskritworld.in/v0.0.1/tinantas/slp1/jagAma/prakriya
2. And you …
-
>>> sanscript.transliterate("गच्छ",sanscript.DEVANAGARI, sanscript.HK)
Traceback (most recent call last):
File "", line 1, in
File "/home/karthick/anaconda2/lib/python2.7/site-packages/indic_t…
-
Is ITRANS intended to be supported?
sanscript.py has an `ITRANS` variable, but no encoding defined.
-
```
Error in line 345 of sanscript.py in _setup
s = unicode.split
NameError: name 'unicode' is not defined
````
urmjs updated
7 years ago
-
This is the only API which is longer than others. And it does not serve any better functional purpose
https://api.sanskritworld.in/v0.0.2/verbforms/slp1/Bavati/prakriya/machine?output_transliterati…
-
I saw your impressive speed up.
So just wanted to run SanskritLexicalAnalyzer.py as shown in the comment.
But it gave me error No module named base.SanskritBase
Maybe a line or two of setup would…
-
Hi,
Oriya is also "Sanskrit-complete" too in the sense that the vocalic L/Rs were already encoded in Unicode 5.1. You can view these characters, if you've installed, say Lohit Oriya font.
\u0B0B : …
ghost updated
11 years ago