Is there any library in php using which I can match words like "expression" and "expresion" with some levels of confidence?
In short given a user entered word I want to match it with the 1000 words I've in the list and find the closest match with an indication of how close it is.