
it.unitn.disi.smatch.SMatchConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of s-match Show documentation
Show all versions of s-match Show documentation
A version of S-Match semantic matching framework for Open Data
The newest version!
package it.unitn.disi.smatch;
/**
* Holds various SMatch constants.
*
* @author Aliaksandr Autayeu
*/
public class SMatchConstants {
//log progress only for tasks with more than LARGE_TASK node pairs
public static final long LARGE_TASK = 10000;
//log progress only for tasks with more than LARGE_TREE nodes
public static final long LARGE_TREE = 100;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy