summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2019-11-16 13:40:39 +0100
committerLars-Dominik Braun <lars@6xq.net>2019-11-16 21:06:57 +0100
commit41f342e12b975e785de9d755d38eb92cf38f5ec5 (patch)
treea0b9f6716fc94d005350d66091bcf42a0c2f87f4 /.gitmodules
parentc543f42fe50d9b10175059ee5ed9186f30445f40 (diff)
downloadlulua-41f342e12b975e785de9d755d38eb92cf38f5ec5.tar.gz
lulua-41f342e12b975e785de9d755d38eb92cf38f5ec5.tar.bz2
lulua-41f342e12b975e785de9d755d38eb92cf38f5ec5.zip
Add OpenStreetMap label corpus
Extract node labels (name:ar) from OpenStreetMap’s planet dump. Heavily leans towards a few common words (“street”, obviously), but we should be fine since the corpus is not that large.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 7a73284..b4e9f51 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,3 +4,6 @@
[submodule "3rdparty/plex"]
path = 3rdparty/plex
url = https://github.com/IBM/plex.git
+[submodule "3rdparty/osmctools"]
+ path = 3rdparty/osmctools
+ url = https://gitlab.com/osm-c-tools/osmctools.git