comparison 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
comparison
equal deleted inserted replaced
1:7a4341c9f2e5 2:1c2b4f5e2c05
1 package de.mpiwg.anteater.species.common;
2
3 public interface ICommonNameFinder {
4
5 public String findCommonNames(String text);
6 }