ERXFuzzyMatchCleaner Interface Reference

List of all members.

Public Member Functions

String cleanStringForFuzzyMatching (String s)


Detailed Description

Interface used in conjunction with the fuzzy matching code found in ERXUtilities. The notion of a cleaner provides a plugin way to prepare given strings for fuzzy matching for instance one type of cleaner might remove the ending strings 'Inc.' when matching against company names.

Member Function Documentation

String cleanStringForFuzzyMatching ( String  s  ) 

Method used to clean a string before matching it in a fuzzy manner. Cleaners can perform any cleaning they want on a string before it is matched.

Parameters:
s string to be cleaned
Returns:
cleaned string.


The documentation for this interface was generated from the following file:

Generated on Sat May 26 06:43:13 2012 for Project Wonder by  doxygen 1.5.8