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

gate.creole.orthomatcher.OrthoMatcherRule Maven / Gradle / Ivy

Go to download

ANNIE is a general purpose information extraction system that provides the building blocks of many other GATE applications.

There is a newer version: 9.1
Show newest version
package gate.creole.orthomatcher;

public interface OrthoMatcherRule {
	
	  String getId();
	  boolean value(String s1,String s2);
	  String description=""; 
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy