| Modifier and Type | Method and Description |
|---|---|
static AEdgeCountingSemanticMeasure |
SemanticFactory.createMeasure(SemanticType measure,
AIndex Indexer)
Factory function for retrieving the desired semantic measure instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LCHMeasure
Implements the Leacock and Chodorow (LCH) semantic string similarity between
two concepts (synsets), that considers both the path between two concepts and
the depth of the hierarchy.
|
class |
LiMeasure
Implements the Li et al.
|
class |
ShortestPathMeasure
Implements the Shortest Path semantic string similarity between two concepts
(synsets), that considers both the path between two concepts and the depth of
the hierarchy.
|
class |
WuPalmerMeasure
Implements the Wu and Palmer (WuPalmer) semantic string similarity between
two concepts (synsets), using the path between two concepts and their least
common subsumer.
|
Copyright © 2020. All rights reserved.