view src/de/mpiwg/anteater/species/common/ICommonNameFinder.java @ 10:70510ec97f4a default tip

annotate texts with results and build events with linnaeus
author jdamerow
date Mon, 19 Nov 2012 16:36:54 -0700
parents 1c2b4f5e2c05
children
line wrap: on
line source

package de.mpiwg.anteater.species.common;

public interface ICommonNameFinder {

	public String findCommonNames(String text);
}