is2.data.IEncoder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of anna Show documentation
Show all versions of anna Show documentation
Tools for Natural Language Analysis, Generation and Machine Learning
The newest version!
/**
*
*/
package is2.data;
import java.util.HashMap;
/**
* @author Bernd Bohnet, 20.09.2009
*
*
*/
public interface IEncoder {
public int getValue(String a, String v);
/**
* @param spath
* @param substring
*/
// public int register(String spath, String substring);
/**
* @return
*/
// public HashMap getFeatureCounter();
}