I'm a new entrant into the NLP(Natural Language processing.As a start up project i'm developing a paraphrase recognizer(a system which can recognize two similar sentences).For that recognizer i'm going to apply various measures at three levels namely,Lexical,Syntax,Semantic. At the lexical level, there are multiple similarity measures like cosine similarity,matching coefficient,jaccard coefficient...etc.for these measures i'm using the simMetrics package developed by university of sheffield..it's a wonderful package for different similarity measures.It contains lot of similarity measures.But for levenshtein distance and jaro-winkler distance measures, code is only at *character level*only.I require code at the sentence level(i.e considering single word as a unit instead of character wise).And also code for Manhattan distance is not there in SimMetrics...i request experts to give me a suggestion to develop required code (or)provide me code at the sentence level for the above mentioned measures.
thanks a lot in advance for your time and effort for helping me.