esc.normalization

Members list

Type members

Classlikes

class AddressNormalizer(val similarityConfig: SimilarityConfig, val stopWords: List[String], val hitWords: List[String])

This class provides the most needed methods for normalizing an address.

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

Supertypes
class Object
trait Matchable
class Any

This object provides the most needed method for normalizing dates.

This object provides the most needed method for normalizing dates.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
class NameNormalizer(val similarityConfig: SimilarityConfig)

This class provides the most needed methods for normalizing names.

This class provides the most needed methods for normalizing names.

Value parameters

similarityConfig

Optional. A SimilarityConfiguration.

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type