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

gr.demokritos.iit.jinsect.structs.INamed Maven / Gradle / Ivy

Go to download

The JINSECT toolkit is a Java-based toolkit and library that supports and demonstrates the use of n-gram graphs within Natural Language Processing applications, ranging from summarization and summary evaluation to text classification and indexing.

The newest version!
/*
 * INamed.java
 *
 * Created on May 6, 2008, 2:04 PM
 *
 */

package gr.demokritos.iit.jinsect.structs;

/** Shows an object that has a name.
 *
 * @author ggianna
 */
public interface INamed {
    /** Returns the name of the given object. 
     *@return A string indicating the name of the object.
     */
    public String getName();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy