NormalizedName

esc.commons.NormalizedName
case class NormalizedName(normNames: Vector[Vector[(String, Double, Byte)]], sourceName: String)

Representing a normalized name. For person- and organisation names.

Use the NameNormalizer class to get a valid instance of this class.

Value parameters

normNames

String = the name element, Double = the weight of the name element, Byte = the type of the name element: 1 = normal, 2 = legal form, 3 = country

sourceName

The original full name.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product