pattern matching - Soundex to match common SMS or IM short forms -


i doing bit of experimentation apache commons soundex. and, found works quite strings. looking api or way can match words or strings in sms or usual im formats formats soundex. following examples,

  • "4" match "four" or "for"
  • "@" match "at"
  • so on , forth...

    is there api existing already? or way tweak existing soundex api this? appreciate time , help.

thanks, abi


Comments

Popular posts from this blog

how to build hyperlink for query string in php -

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

queue - mq_receive: message too long -