NameSimilarity
This class provides methods to calculate the similarity of two normalized names.
Value parameters
- similarityConfig
-
Optional. A SimilarityConfiguration.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Main method to calculate the similarity of two normalized names. It returns a Match object that provides various key figures to match. Attention: Make sure that you only compare the same name types (person or organization). Maybe it's better to use the specific method (person or organisation).
Main method to calculate the similarity of two normalized names. It returns a Match object that provides various key figures to match. Attention: Make sure that you only compare the same name types (person or organization). Maybe it's better to use the specific method (person or organisation).
Value parameters
- normNameA
-
NormalizedName a).
- normNameB
-
NormalizedName b).
Attributes
- Returns
-
Return a Match object with the relevant key figures of the match.
Standard method to calculate the similarity of two organisation names. It returns a Match object that provides various key figures to match.
Standard method to calculate the similarity of two organisation names. It returns a Match object that provides various key figures to match.
Value parameters
- nameA
-
Name a) as a full name.
- nameB
-
Name b) as a full name.
Attributes
Standard method to calculate the simialrity of two person names. It returns a Match object that provides various key figures to match.
Standard method to calculate the simialrity of two person names. It returns a Match object that provides various key figures to match.
Value parameters
- nameA
-
Name a) as a full name.
- nameB
-
Name b) as a full name.
Attributes
- Returns
-
Retun a Match object with the relevant match key figures.