https://github.com/tharindudr/semeval-2019-task-12-toponym-resolution-in-scientific-papers
https://github.com/tharindudr/semeval-2019-task-12-toponym-resolution-in-scientific-papers
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tharindudr/semeval-2019-task-12-toponym-resolution-in-scientific-papers
- Owner: TharinduDR
- Created: 2019-01-14T15:28:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-16T12:22:41.000Z (over 6 years ago)
- Last Synced: 2025-02-16T10:31:07.441Z (3 months ago)
- Language: Jupyter Notebook
- Size: 5.48 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SemEval 2019 Task-12 Toponym Resolution in Scientific Papers
Toponym resolution, also known as geoparsing, geo-grounding or place name resolution, aims to assign geographic coordinates to all location names mentioned in documents. Toponym resolution is usually performed in two independent steps. First, toponym detection or geotagging, where the span of place names mentioned in a document is noted. Second, toponym disambiguation or geocoding, where each name found is mapped to latitude and longitude coordinates corresponding to the centroid of its physical location. This project concentrates on Toponym detection. Project contains of three main modules.1.
2.
3. text-classification - Once The word window of the location is identified the window should be classified whether it contains an actual location or not. Several deep learning architectures and several embeddings were