All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.unitn.disi.smatch.data.trees.IContext Maven / Gradle / Ivy

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 
 */
public interface IContext extends IBaseContext {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy