Uses of Class
org.aksw.limes.core.measures.measure.semantic.edgecounting.dictionary.SemanticDictionary
-
-
Uses of SemanticDictionary in org.aksw.limes.core.measures.measure.semantic.edgecounting
Fields in org.aksw.limes.core.measures.measure.semantic.edgecounting declared as SemanticDictionary Modifier and Type Field Description protected SemanticDictionaryAEdgeCountingSemanticMeasure. dictionaryMethods in org.aksw.limes.core.measures.measure.semantic.edgecounting that return SemanticDictionary Modifier and Type Method Description SemanticDictionaryAEdgeCountingSemanticMeasure. getSemanticDictionary()Methods in org.aksw.limes.core.measures.measure.semantic.edgecounting with parameters of type SemanticDictionary Modifier and Type Method Description voidAEdgeCountingSemanticMeasure. setDictionary(SemanticDictionary dict) -
Uses of SemanticDictionary in org.aksw.limes.core.measures.measure.semantic.edgecounting.finders
Methods in org.aksw.limes.core.measures.measure.semantic.edgecounting.finders with parameters of type SemanticDictionary Modifier and Type Method 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. -
Uses of SemanticDictionary in org.aksw.limes.core.measures.measure.semantic.edgecounting.indexing.memory
Fields in org.aksw.limes.core.measures.measure.semantic.edgecounting.indexing.memory declared as SemanticDictionary Modifier and Type Field Description protected SemanticDictionaryMemoryIndex. dictionary
-