view src/de/mpiwg/anteater/species/common/ICommonNameFinder.java @ 3:ae96e4bc7fb2

save found species to analysis files
author jdamerow
date Mon, 22 Oct 2012 14:21:14 -0700
parents 1c2b4f5e2c05
children
line wrap: on
line source

package de.mpiwg.anteater.species.common;

public interface ICommonNameFinder {

	public String findCommonNames(String text);
}