fr.univnantes.termsuite.engines.gatherer.PropertyValue Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of termsuite-core Show documentation
Show all versions of termsuite-core Show documentation
A Java UIMA-based toolbox for multilingual and efficient terminology extraction an multilingual term alignment
The newest version!
package fr.univnantes.termsuite.engines.gatherer;
/**
*
*
*
* @author Damien Cram
*/
public interface PropertyValue {
public String getSerializedString();
}