Texter berikas med platsnamn (och deras geografiska koordinater) som finns i dess metadata. Detta är baserat på platsnamn som hittats genom namnigenkänning med SweNer. Geografiska koordinater letas upp i GeoNames-databasen. Denna annotation kan användas på valfria textspann och valfria attribut som innehåller platsnamn.
Citering
Språkbanken Text (2022). swe-geotagmetadata-sparv (uppdaterad: 2022-05-18). [Analysis]. Språkbanken Text.Annotering av texter med platsinformation, baserad på platser som finns i texten
Exempel
This analysis is used with Sparv. Check out Sparv's quick start guide to get started!
To use this analysis, add the following line under export.annotations
in the Sparv corpus configuration file:
- <text>:geo.geo_metadata # Geographical places with coordinates
In order to use this annotation you need to tell Sparv where to look for the geographic metadata. If, for example, your corpus looks like this:
<text author_location="Göteborg">Det var då änna bösigt i bamban!</text>
and you would like to use author_location
as input for your annotation you need to add the following setting to your
Sparv corpus configuration file:
geo:
metadata_source: text:author_location
For more info on how to use Sparv, check out the Sparv documentation.
Example output:
<text author_location="Göteborg" geo_metadata="|Göteborg;SE;57.70716;11.96679|">
<token>Det</token>
<token>var</token>
<token>då</token>
<token>änna</token>
<token>bösigt</token>
<token>i</token>
<token>bamban</token>
<token>!</token>
</text>