Uses of Class
gate.creole.gazetteer.Lookup

Packages that use Lookup
com.ontotext.gate.gazetteer   
gate.creole.gazetteer   
 

Uses of Lookup in com.ontotext.gate.gazetteer
 

Methods in com.ontotext.gate.gazetteer that return types with arguments of type Lookup
 Set<Lookup> HashGazetteer.lookup(String s)
           
 

Methods in com.ontotext.gate.gazetteer with parameters of type Lookup
 boolean HashGazetteer.add(String word, Lookup lookup1)
           
 

Uses of Lookup in gate.creole.gazetteer
 

Methods in gate.creole.gazetteer with parameters of type Lookup
 boolean DefaultGazetteer.add(String singleItem, Lookup lookup)
           
 boolean Gazetteer.add(String singleItem, Lookup lookup)
          Adds a new string to the gazetteer
 boolean OntoGazetteerImpl.add(String singleItem, Lookup lookup)
          Adds a string item to the model and associates it with a Lookup
 void FSMState.addLookup(Lookup lookup)
          Adds a new looup description to this state's lookup descriptions set
 void DefaultGazetteer.addLookup(String text, Lookup lookup)
          Adds one phrase to the list of phrases recognised by this gazetteer
 void FSMState.removeLookup(Lookup lookup)
          Removes a looup description from this state's lookup descriptions set
 void DefaultGazetteer.removeLookup(String text, Lookup lookup)
          Removes one phrase to the list of phrases recognised by this gazetteer