Home
Getting Started
Architecture
User guide
|
Similarity Measures Matrix
This is the available semantic similarity measures in SemSim,
these measures implements one or a number of interfaces.
There is three interfaces :
- ValueSimilarity : Similarity between literal values
- ResourceSimilarity : Similarity between resources
- ListSimilarity : Similarity between lists of (Values/Resources)
Measures
Below is the list of similarity measures and the implemented interfaces.
Similarity |
Description |
Parameters |
Value |
Resource |
List |
Composed Similarity |
Weighted composition of similarities of properties |
List of CompositionParams each param is composed of a property, a type(Value|Resource|List), a weight and the similarity to use for the value of the property |
- |
Yes |
- |
Property Similarity |
The similarity of two resources is the similarity of the values of a property |
The property, its type(Value|Resource|List) and the similarity to use for the value of the property |
- |
Yes |
- |
- |
- |
- |
- |
- |
Document other similarity measures.
and others, not defined yet in this page.
|