/* * removelookup.jape * * Copyright (c) 1998-2004, The University of Sheffield. * * This file is part of GATE (see http://gate.ac.uk/), and is free * software, licenced under the GNU Library General Public License, * Version 2, June 1991 (in the distribution as file licence.html, * and also available at http://gate.ac.uk/gate/licence.html). * * Angel Kirilov, 04 June 2003 * * $Id: removelookup.jape,v 1.2 2004/07/21 16:57:11 akshay Exp $ */ Phase: removelookup Input: Lookup Options: control = appelt Rule: Remove ( {Lookup.majorType == "splitter_abbreviation"} ):lookup --> { gate.AnnotationSet lookup = (gate.AnnotationSet)bindings.get("lookup"); annotations.removeAll(lookup); }