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

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
160
points
63
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on greeklish