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]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product