AddressNormalizer
esc.normalization.AddressNormalizer
class AddressNormalizer(val similarityConfig: SimilarityConfig, val stopWords: List[String], val hitWords: List[String])
This class provides the most needed methods for normalizing an address.
Value parameters
- hitWords
-
Optional. A list with words which should be result in a hit, even they occurs only one time.
- similarityConfig
-
Optional. A SimilarityConfiguration.
- stopWords
-
Optional. A list with words which sould be ignored for matching.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article