Interface | Description |
---|---|
StructureElementSimilarityI |
This interface is used to implement similarity functions between Structured
Element
|
Class | Description |
---|---|
ExactMatchingStructureElementSimilarity |
Implements a similarity between StructureElements applying a hard match on their
textual representation (i.e., the method
sim will return 1 if two structure
elements matches, 0 otherwise) |
LexicalStructureElementSimilarity |
This class implements a similarity function between
StructureElement s. |
SameAdditionalInfoStructureElementSimilarity |
Implements a similarity between StructureElements that first verifies whether
two structure elements contains the same additional informations in a list of
specified additional informations.
|
StructureElementSimilarityTypeResolver |
It is a class implementing
TypeIdResolver which will be used by
Jackson library during the serialization in JSON and deserialization of
classes implementing StructureElementSimilarityI , that are used
to estimate a similarity function between StructuredElement s |
VectorBasedStructureElementSimilarity |
This class provides a useful abstraction of a StructureElement similarity based on a wordspace.
|
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.