You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for interesting question. I never had this kind of transformations. This library doesn't have this feature as well.
You can do it yourself without this library by using one of available transliteration schema in back order.
You might also want to add this feature to the library with pull request. But in this case it would better to implement some new backward method instead of using convert(). Because convert() assumes latin text as result. Moreover, backward convertation might produce more than one variant.
It's would be simple to PR but there is additional classes available beside with plain transliteration tables and I'm not familiar with some languages there.
Anyway, I have applied this library in the project as supports lot of locales, maybe will contribute one time if project is alive
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:
that's not implemented?
The text was updated successfully, but these errors were encountered: