diff src/de/mpiwg/anteater/species/common/ICommonNameFinder.java @ 2:1c2b4f5e2c05

linnaeus for finding species
author jdamerow
date Mon, 22 Oct 2012 13:46:54 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/de/mpiwg/anteater/species/common/ICommonNameFinder.java	Mon Oct 22 13:46:54 2012 -0700
@@ -0,0 +1,6 @@
+package de.mpiwg.anteater.species.common;
+
+public interface ICommonNameFinder {
+
+	public String findCommonNames(String text);
+}