public interface ERXFuzzyMatchCleaner
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.Modifier and Type | Method and Description |
---|---|
String |
cleanStringForFuzzyMatching(String s)
Method used to clean a string before matching
it in a fuzzy manner.
|
Copyright © 2002 – 2024 Project Wonder.