TextNormalizer
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TextNormalizer.type
Members list
Value members
Concrete methods
Default normalize method.
Default normalize method.
Value parameters
- text
-
The string, e.g. a full name, to normalize.
Attributes
- Returns
-
Return the normalized String.
This method normalize a single name element - not a full name. Actually there are some normalizations for Russian and Chinese names.
This method normalize a single name element - not a full name. Actually there are some normalizations for Russian and Chinese names.
Value parameters
- nameElement
-
String representing the name element.
Attributes
- Returns
-
Return a normalized String.
Special normalize method for organisation names. This method take care of some legal forms with more than one word/name element. Example: GmbH & Co. KG. This method first call normalize itself.
Special normalize method for organisation names. This method take care of some legal forms with more than one word/name element. Example: GmbH & Co. KG. This method first call normalize itself.
Value parameters
- text
-
The string, e.g. a full name, to normalize.
Attributes
- Returns
-
Return a normalized String.