Package | Description |
---|---|
fr.inrialpes.exmo.ontosim | |
fr.inrialpes.exmo.ontosim.align | |
fr.inrialpes.exmo.ontosim.string |
Modifier and Type | Class and Description |
---|---|
class |
NoAlignmentException |
Modifier and Type | Method and Description |
---|---|
double |
AlignmentGlobalSum.getMeasureValue(fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o1,
fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o2,
org.semanticweb.owl.align.Alignment al)
Similarity version of delta_gm issued from the j.euzenat paper
|
double |
ASAbstractCoverageTraversal.getValue(fr.inrialpes.exmo.ontowrap.Ontology o1,
fr.inrialpes.exmo.ontowrap.Ontology o2) |
private void |
ASShortestPathMeasure.init()
This function does compute the values for all
|
Set<URI> |
ASAbstractCoverageTraversal.objectsToPreserve(fr.inrialpes.exmo.ontowrap.Ontology o1)
returns the set of URI of objects belonging to the initial ontology.
|
Modifier and Type | Method and Description |
---|---|
double |
JWNLDistances.basicGlossOverlap(String s1,
String s2)
Compute the overlap between all glosses of two strings
|
double |
JWNLDistances.basicSynonymySimilarity(String s1,
String s2)
Evaluate if two terms can be synonym
|
protected Collection<String> |
JWNLDistances.computeGlossValue(String s)
Cache method for glosses
|
protected Set<net.didion.jwnl.data.Synset> |
JWNLDistances.computeSynsets(String s)
Cache method for synsets
|
double |
JWNLDistances.cosynonymySimilarity(String s1,
String s2)
Compute the proportion of common synset between two words
|
(package private) Set<net.didion.jwnl.data.Synset> |
JWNLDistances.getAllSenses(String term)
Retrieve all WordNet senses of a term
|
void |
JWNLDistances.Initialize()
Initialize the JWNL API.
|
void |
JWNLDistances.Initialize(String wordnetdir,
String wordnetversion) |
double |
JWNLDistances.wuPalmerSimilarity(String s1,
String s2)
Compute the Wu-Palmer similarity defined by
score = 2*depth(lcs(s1,s2)) / (depth(s1) + depth(s2))
|
Constructor and Description |
---|
JWNLDistances() |
(C) INRIA, UPMF & friends, 2008-2015