
gr.demokritos.iit.jinsect.documentModel.ILoadableTextPrint 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!
/*
* ILoadableTextPrint.java
*
* Created on June 14, 2007, 2:24 PM
*
*/
package gr.demokritos.iit.jinsect.documentModel;
/** This interface describes a TextPrint that can be loaded from a file.
*
* @author ggianna
*/
public interface ILoadableTextPrint extends ITextPrint {
/** Should load the given file into a text print representation. */
public void loadDataStringFromFile(String sFilename);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy