
gr.demokritos.iit.jinsect.structs.INamed Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of JInsect Show documentation
Show all versions of JInsect Show documentation
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