Research Article

Universal Keyword Classifier on Public Key Based Encrypted Multikeyword Fuzzy Search in Public Cloud

Algorithm 2

Fuzzy(key, FuzzyKSed=1).
Input: Search keyword key
Output: matching the keyword
(1)if key = then
(2)  return
(3) else if edit(key, ) ≤ edit) // edit is the user defined edit distance value
(4)  return
(5) else
(6)  print “File Not Found”
(7)end if
(8) return