public class LeastCommonSubsumerFinder extends Object
| Constructor and Description |
|---|
LeastCommonSubsumerFinder() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDepth() |
void |
getLeastCommonSubsumer(ArrayList<ArrayList<edu.mit.jwi.item.ISynsetID>> synset1Tree,
ArrayList<ArrayList<edu.mit.jwi.item.ISynsetID>> synset2Tree)
Computes the LSO between two concepts using their hypernym paths.
|
int |
getSynsetsDistance() |
public int getDepth()
public int getSynsetsDistance()
public void getLeastCommonSubsumer(ArrayList<ArrayList<edu.mit.jwi.item.ISynsetID>> synset1Tree, ArrayList<ArrayList<edu.mit.jwi.item.ISynsetID>> synset2Tree)
synset1Tree, - the hypernym paths of the first conceptsynset2Tree, - the hypernym paths of the second conceptCopyright © 2020. All rights reserved.