slib.examples.sml.general
Class SMComputation
java.lang.Object
slib.examples.sml.general.SMComputation
public class SMComputation
- extends Object
Example of a Semantic measure computation using the Semantic Measures Library.
In this snippet we estimate the similarity of two concepts expressed in a semantic graph.
The semantic graph is expressed in Ntriples.
The similarity is estimated using Lin's measure.
More information at http://www.semantic-measures-library.org/
Note that you can set the LOG level in specified in log4j.xml, e.g. in root element, change value="INFO" to value="DEBUG"
- Author:
- Harispe Sébastien
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SMComputation
public SMComputation()
main
public static void main(String[] params)
throws slib.utils.ex.SLIB_Exception
- Throws:
slib.utils.ex.SLIB_Exception
Copyright © 2013. All Rights Reserved.