package ever.pipeline; /** * Abstract class for Analyzer which analyze the input, ether text or case frames of a set of cases * @author Pol Schumacher, Wirtschaftsinformatik, Institut fuer Informatik, Goethe Universitaet Frankfurt * */ public abstract class AbstractGlobalInputAnalyzer extends Analyzer { }