Is there is any inbuilt function in Python Which performs like Ngram.Compare('text','text2')
String Comparison.I don't want to install N-gram module.I tried all the Public and Private Functions which i got by doing dir('text')
I want to get a percentage Match on comparison of two strings.