greeklish 0.0.2 copy "greeklish: ^0.0.2" to clipboard
greeklish: ^0.0.2 copied to clipboard

outdated

Given a greek work will generate greeklish versions. Helpful for doing client searching and want to support greeklish input.

Greeklish Generator #

Transforms a greek word into greeklish versions.

Getting Started #

        Greeklish.generate("αυτοκινητο")

will produce

[
      "autokinhto",
      "aftokinhto",
      "avtokinhto",
      "aytokinhto",
      "autokinito",
      "aftokinito",
      "avtokinito",
      "aytokinito",
]

You can pass a mix of greek and latin characters. Latin characters will be ignored.

Does not preserve the case of the input word. All generated words will be in lower case.

TODO #

Inspiration #

The project was based on https://github.com/skroutz/greeklish

3
likes
40
pub points
34%
popularity

Publisher

unverified uploader

Given a greek work will generate greeklish versions. Helpful for doing client searching and want to support greeklish input.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on greeklish