|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
OntoGazetteer
A gazetter that exploits a linear gazetter to generate annotations
according to a mapping definition between lists and ontology classes
Method Summary | |
Gazetteer |
getGazetteer()
Gets the linear gazetteer associated with this onto gazetteer |
String |
getGazetteerName()
Gets the name of the gazetteer |
URL |
getMappingURL()
Gets the url of the mapping definition |
void |
setGazetteer(Gazetteer gaze)
Associates a linear gazetteer with an onto gazetteer |
void |
setGazetteerName(String name)
Sets name of the gazzetteer |
void |
setMappingURL(URL url)
Sets the url of the mapping definition |
Methods inherited from interface gate.creole.gazetteer.Gazetteer |
add, addGazetteerListener, fireGazetteerEvent, getAnnotationSetName, getCaseSensitive, getEncoding, getLinearDefinition, getListsURL, getMappingDefinition, lookup, remove, setAnnotationSetName, setCaseSensitive, setEncoding, setListsURL, setMappingDefinition |
Methods inherited from interface gate.LanguageAnalyser |
getCorpus, getDocument, setCorpus, setDocument |
Methods inherited from interface gate.ProcessingResource |
reInit |
Methods inherited from interface gate.Resource |
cleanup, getParameterValue, init, setParameterValue, setParameterValues |
Methods inherited from interface gate.util.FeatureBearer |
getFeatures, setFeatures |
Methods inherited from interface gate.util.NameBearer |
getName, setName |
Methods inherited from interface gate.Executable |
execute, interrupt, isInterrupted |
Method Detail |
public void setGazetteerName(String name)
name
- the name to be setpublic String getGazetteerName()
public Gazetteer getGazetteer()
public void setGazetteer(Gazetteer gaze)
gaze
- the linear gazetteer to be associated with this onto gazetteerpublic void setMappingURL(URL url)
url
- the url of the mapping definitionpublic URL getMappingURL()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |