| Modifier and Type | Field and Description |
|---|---|
protected SemanticDictionary |
AEdgeCountingSemanticMeasure.dictionary |
| Modifier and Type | Method and Description |
|---|---|
SemanticDictionary |
AEdgeCountingSemanticMeasure.getSemanticDictionary() |
| Modifier and Type | Method and Description |
|---|---|
void |
AEdgeCountingSemanticMeasure.setDictionary(SemanticDictionary dict) |
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<ArrayList<edu.mit.jwi.item.ISynsetID>> |
HypernymPathsFinder.getHypernymPaths(SemanticDictionary dictionary,
edu.mit.jwi.item.ISynset synset)
Retrieves all hypernym paths in a tree hierarchy for a synset (concept) .
|
static ArrayList<ArrayList<edu.mit.jwi.item.ISynsetID>> |
HypernymPathsFinder.getHypernymPaths(SemanticDictionary dictionary,
edu.mit.jwi.item.ISynset synset,
Set<edu.mit.jwi.item.ISynsetID> history)
Recursive function that computes all hypernym paths in a tree hierarchy
for a synset (concept), by traversing the graph in a BFS manner.
|
| Modifier and Type | Field and Description |
|---|---|
protected SemanticDictionary |
MemoryIndex.dictionary |
Copyright © 2020. All rights reserved.