4A Server -  2.0
 All Classes Namespaces Files Functions Variables Enumerator
Package cz.vutbr.fit.knot.annotations.fragmentUpdater.compareMethods

Compare methods for comparing strings. More...

Classes

class  CompareMethod
 Generic abstract class for compare methods. More...
 
class  ExactMethod
 Exact compare method. More...
 
class  LevenshteinMethod
 Compare class using Levenshtein approximate string matching method. More...
 
class  MetaphoneMethod
 Compare class using Metaphone approximate string matching method. More...
 
class  SoundexMethod
 Compare class using Soundex approximate string matching method. More...
 

Detailed Description

Compare methods for comparing strings.