Skip to content

A hackish way to translate greeklish to greek using "Did you mean" services

License

Notifications You must be signed in to change notification settings

dhm-msd/greeklish-to-greek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

greeklish-to-greek

A hackish way to translate greeklish to greek using "Did you mean" services

test

First include the module

var didYouMean = require("./didYouMean")

And then, use it passing a keyword greeklish string, ex: aitima organosis. The callback will either return the translated version of the keyword, or will simply return the string that was passed.

didYouMean("aitima organosis",function(result){
    //result returns "αιτημα διοργανωσης"
})

didYouMean("με λένε διμιτρι",function(result){
    //result returns "με λένε δημητρη"
})

About

A hackish way to translate greeklish to greek using "Did you mean" services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published