Before using the service, please read the preliminary information containing a description of steps that enable access to the CLARIN-PL developer interface.
A service that determines geolocation data (address, type, longitude, and latitude) for geographical locations found in the text.
Geolocation is based on the Named Entity Recognition (NER) service, assigning geographical coordinates to the detected place names. It uses the OpenStreetMap service and data from GeoNames.
winer
, spacy
, liner
.morphodita
, spacy
, ptag
.clalink
(linking concepts from the semantic network to their occurrences in the document), senselink
, none.Geolocation can be run:
No parameters.
The service can be run in the Windows system with default values using the following LPMN query: ['any2txt',{'postagger':{'lang':'pl','linking':'None','method':'ner','ner_type':'winer','tagger_type':'morphodita'}},'geolocation']
[['any2txt',{'postagger':{'lang':'pl','linking':'None','method':'ner','ner_type':'winer','tagger_type':'morphodita'}},'geolocation']]
- input data in the form of a compressed directory (.zip)['any2txt',{'postagger':{'method':'ner','lang':'pl','linking':'clalink'}},'geolocation']
- starting the Clalink modelText, a text file or corpus of text files.
obj-id
- id of the detected namename
- the detected nametype
- a value consistent with OpenStreetMaplat
- latitudelon
- longitudeimportance
- the probability of a matchfilename
2.A map with marked points. It uses data from OpenStreetMap and GeoName.
In Colab: Geolocation - Determining geolocation data
(C) CLARIN-PL