esc.normalization
package 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 Objecttrait Matchableclass Any
object DateNormalizer
This object provides the most needed method for normalizing dates.
This object provides the most needed method for normalizing dates.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DateNormalizer.type
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 Objecttrait Matchableclass Any
object TextNormalizer
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TextNormalizer.type
In this article