SemSim, The SEMantic SIMilarity Framework


Home
Getting Started
Architecture
User guide

Configuration

semsim-config.xml

To develop a new similarity measure, you have to implement one of the following interfaces.

  • ResourceSimilarity
  • ValueSimilarity
  • ListSimilarity

You have to define the method getId(), this method allows you to have a unique hash value for the similarity.
Generally it's the concatenation between the name of the class and its parameters.

Code Sample