From dbcf81633b183cfbba1119186ee49433946e8171 Mon Sep 17 00:00:00 2001 From: Oleksandr Ivanchenko Date: Sat, 9 May 2020 11:59:49 +0200 Subject: [PATCH] Added transliterator (#3053) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd3ab481..dad61258 100644 --- a/README.md +++ b/README.md @@ -1270,6 +1270,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [snowball](https://github.com/goodsign/snowball) - Snowball stemmer port (cgo wrapper) for Go. Provides word stem extraction functionality [Snowball native](http://snowball.tartarus.org/). * [stemmer](https://github.com/dchest/stemmer) - Stemmer packages for Go programming language. Includes English and German stemmers. * [textcat](https://github.com/pebbe/textcat) - Go package for n-gram based text categorization, with support for utf-8 and raw text. +* [transliterator](https://github.com/alexsergivan/transliterator) - Provides one-way string transliteration with supporting of language-specific transliteration rules. * [whatlanggo](https://github.com/abadojack/whatlanggo) - Natural language detection package for Go. Supports 84 languages and 24 scripts (writing systems e.g. Latin, Cyrillic, etc). * [when](https://github.com/olebedev/when) - Natural EN and RU language date/time parser with pluggable rules.