-
I was reading Suttacentral and I noticed that the Indic text transliterations have spurious Avagrahas.
संविज्जतीऽति
It should be संविज्जती'ति.
I think the single quote in "saṁvijjatī’ti" is b…
-
Hello and thanks for your work!
I want to make reverse transliteration (for search engine project)
for example, I have latin filenames, and want to index theirs cyryllic variants:
```
\ashtoka…
-
### I have an idea for a new feature for jQuery Terminal
To consider for 3.0
![](https://github.com/KSubedi/transliteration-input-tools/blob/ca433085d148bf9c451cc2f32dc23a6ac4bf149e/screen.gif?r…
-
If no-ones taken on this component yet I don't mind putting something together and pushing up in a week or two.
-
Code like this:
```
blob = u"""גאבאפנטין"""
text = Text(blob)
for x in text.transliterate("en"):
print(x)
```
> ValueError: Package 'transliteration2.iw' not found in index
If we cha…
-
Hey team!
I was using your awesome geocoding engine when I noticed something interesting.
Let me tell you more about it.
---
#### Here's what I did :innocent:
http://pelias.github.io/compare…
-
```go
unidecode.Unidecode("بسم الله")
```
The above characters were not correctly translated to `bsm allh`
-
I understand that this is a work in progress and I admire the work that's gone into it, but there are some severe errors that the user should be notified of until they are fixed. I've seen some confus…
-
On transliterating `varnamproject` , `വർണംപ്രൊജെക്റ്റ്` is obtained. But on reverse transliterating `വർണംപ്രൊജെക്റ്റ്`, the output seen is `varnamprojekt`. Have tested with other common words(which yi…
-
Thank you very much for the wonderful library, I am glad it is here!
I did come across one transliteration issue - I believe してください should be shitekudasai instead of shitekutasai. I tried a number …