Package | Description |
---|---|
org.apache.ctakes.ytex.kernel.metric | |
org.apache.ctakes.ytex.kernel.model |
Modifier and Type | Method and Description |
---|---|
List<LCSPath> |
SimilarityInfo.getLcsPaths() |
Modifier and Type | Method and Description |
---|---|
int |
ConceptSimilarityService.getLCS(String concept1,
String concept2,
Set<String> lcses,
List<LCSPath> lcsPaths)
get the lcs(s) for the specified concepts
|
int |
ConceptSimilarityServiceImpl.getLCS(String concept1,
String concept2,
Set<String> lcses,
List<LCSPath> lcsPaths) |
int |
ConceptSimilarityService.lcs(String concept1,
String concept2,
List<LCSPath> lcsPath) |
int |
ConceptSimilarityServiceImpl.lcs(String concept1,
String concept2,
List<LCSPath> lcsPaths) |
void |
SimilarityInfo.setLcsPaths(List<LCSPath> lcsPaths) |
Modifier and Type | Method and Description |
---|---|
static int |
ConcRel.getLeastCommonConcept(ConcRel c1,
ConcRel c2,
Set<ConcRel> lcses,
Map<ConcRel,LCSPath> paths) |
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.