ANNIETransducer.java |
1 /* 2 * Copyright (c) 1998-2005, The University of Sheffield. 3 * 4 * This file is part of GATE (see http://gate.ac.uk/), and is free 5 * software, licenced under the GNU Library General Public License, 6 * Version 2, June 1991 (in the distribution as file licence.html, 7 * and also available at http://gate.ac.uk/gate/licence.html). 8 * 9 * Valentin Tablan, 20 Sep 2001 10 * 11 * $Id: ANNIETransducer.java,v 1.3 2005/01/11 13:51:31 ian Exp $ 12 */ 13 package gate.creole; 14 15 /** 16 * The ANNIE named entity transducer. 17 * This is a JAPE transducer and this class is here to allow the specification 18 * in creole.xml of a default grammar to be used in . 19 */ 20 public class ANNIETransducer extends Transducer { 21 }