fr.inrialpes.exmo.align.ling
Class JWNLAlignment.SynonymMatrixMeasure
java.lang.Object
fr.inrialpes.exmo.align.impl.MatrixMeasure
fr.inrialpes.exmo.align.ling.JWNLAlignment.SynonymMatrixMeasure
- All Implemented Interfaces:
- Similarity
- Enclosing class:
- JWNLAlignment
protected class JWNLAlignment.SynonymMatrixMeasure
- extends MatrixMeasure
Fields inherited from class fr.inrialpes.exmo.align.impl.MatrixMeasure |
classlist1, classlist2, clmatrix, i, indlist1, indlist2, indmatrix, j, l1, l2, nbclass1, nbclass2, nbind1, nbind2, nbprop1, nbprop2, onto1, onto2, prmatrix, proplist1, proplist2 |
Method Summary |
void |
init()
|
void |
init(String wndict)
|
void |
init(String wndict,
String wnvers)
|
double |
measure(org.semanticweb.owl.model.OWLClass cl1,
org.semanticweb.owl.model.OWLClass cl2)
|
double |
measure(org.semanticweb.owl.model.OWLIndividual id1,
org.semanticweb.owl.model.OWLIndividual id2)
|
double |
measure(org.semanticweb.owl.model.OWLProperty pr1,
org.semanticweb.owl.model.OWLProperty pr2)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Dist
protected JWNLDistances Dist
JWNLAlignment.SynonymMatrixMeasure
public JWNLAlignment.SynonymMatrixMeasure()
init
public void init()
throws AlignmentException
- Throws:
AlignmentException
init
public void init(String wndict,
String wnvers)
throws AlignmentException
- Throws:
AlignmentException
init
public void init(String wndict)
throws AlignmentException
- Throws:
AlignmentException
measure
public double measure(org.semanticweb.owl.model.OWLClass cl1,
org.semanticweb.owl.model.OWLClass cl2)
throws org.semanticweb.owl.model.OWLException
- Throws:
org.semanticweb.owl.model.OWLException
measure
public double measure(org.semanticweb.owl.model.OWLProperty pr1,
org.semanticweb.owl.model.OWLProperty pr2)
throws org.semanticweb.owl.model.OWLException
- Throws:
org.semanticweb.owl.model.OWLException
measure
public double measure(org.semanticweb.owl.model.OWLIndividual id1,
org.semanticweb.owl.model.OWLIndividual id2)
throws org.semanticweb.owl.model.OWLException
- Throws:
org.semanticweb.owl.model.OWLException
(C) INRIA & friends, 2003-2008