![JAR search and dependency download from the Maven repository](/logo.png)
it.unipi.di.acube.batframework.problems.RelatednessMeasurer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bat-framework Show documentation
Show all versions of bat-framework Show documentation
A framework to compare entity annotation systems.
The newest version!
package it.unipi.di.acube.batframework.problems;
public interface RelatednessMeasurer {
public float getRelatedness(int entity1, int entity2);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy