
it.unitn.disi.smatch.data.trees.IContext 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.data.trees;
/**
* An interface for the context data structure. A context is basically a tree made of nodes with natural language
* labels, organized into a hierarchy with mostly (assumed) subsumption and is-a relations between the nodes.
*
* @author Aliaksandr Autayeu
*/
public interface IContext extends IBaseContext {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy