Open win32nipuh opened 5 years ago
Your main page transliteration example is wrong. May be, it's worth to precise that there are some more complex transliteration rules than expected. Not all Latin C should transliterate to Russian К, sometimes it gives Ц. The complexity works in both ways, so К gives K and C.
Transliteration from polyglot.transliteration import Transliterator transliterator = Transliterator(source_lang="en", target_lang="ru") print(transliterator.transliterate(u"preprocessing"))
препрокессинг
препроцессинг