GATE
Version 3.1-2270

Uses of Interface
gate.creole.gazetteer.Gazetteer

Packages that use Gazetteer
gate.creole   
gate.creole.gazetteer   
 

Uses of Gazetteer in gate.creole
 

Methods in gate.creole that return Gazetteer
 Gazetteer GazetteerListsCollector.getGazetteer()
           
 

Methods in gate.creole with parameters of type Gazetteer
 void GazetteerListsCollector.setGazetteer(Gazetteer theGaz)
           
 

Uses of Gazetteer in gate.creole.gazetteer
 

Subinterfaces of Gazetteer in gate.creole.gazetteer
 interface OntoGazetteer
          OntoGazetteer
A gazetter that exploits a linear gazetter to generate annotations according to a mapping definition between lists and ontology classes
 

Classes in gate.creole.gazetteer that implement Gazetteer
 class AbstractGazetteer
          AbstractGazetteer This class implements the common-for-all methods of the Gazetteer interface
 class AbstractOntoGazetteer
          AbstratOntoGazetteer This class implemnents the methods common for all ontology-aware gazetteers.
 class DefaultGazetteer
          This component is responsible for doing lists lookup.
 class OntoGazetteerImpl
          OntoGazetteerImpl
An ontology-aware gazetteer, producing additional annotations with features [class] and [ontology].
 

Fields in gate.creole.gazetteer declared as Gazetteer
protected  Gazetteer AbstractOntoGazetteer.gaz
          reference to the linear gazetteer
 

Methods in gate.creole.gazetteer that return Gazetteer
 Gazetteer AbstractOntoGazetteer.getGazetteer()
          Gets the linear gazetteer
 Gazetteer OntoGazetteer.getGazetteer()
          Gets the linear gazetteer associated with this onto gazetteer
 Gazetteer FlexibleGazetteer.getGazetteerInst()
           
 

Methods in gate.creole.gazetteer with parameters of type Gazetteer
 void AbstractOntoGazetteer.setGazetteer(Gazetteer gaze)
          Sets the linear gazetteer
 void OntoGazetteer.setGazetteer(Gazetteer gaze)
          Associates a linear gazetteer with an onto gazetteer
 void FlexibleGazetteer.setGazetteerInst(Gazetteer gazetteerInst)
           
 


GATE
Version 3.1-2270