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 Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def normalizeAddress(address: String): NormalizedAddress

This method normalize a address.

This method normalize a address.

Value parameters

address

String representing the full address as a string.

Attributes

Returns

Returns a NormalizedAddress object.

Concrete fields

val hitWords: List[String]
val stopWords: List[String]