From 394253f1a3cb6a18f9fc4c320e526afd8f934bed Mon Sep 17 00:00:00 2001 From: Al Date: Fri, 10 Jul 2015 14:47:36 -0400 Subject: [PATCH] [dictionaries] Galician dictionaries --- data/dictionaries/gl/directionals.txt | 4 +++ data/dictionaries/gl/personal_titles.txt | 2 ++ data/dictionaries/gl/stopwords.txt | 36 ++++++++++++++++++++++++ data/dictionaries/gl/street_types.txt | 23 +++++++++++++++ 4 files changed, 65 insertions(+) create mode 100644 data/dictionaries/gl/directionals.txt create mode 100644 data/dictionaries/gl/personal_titles.txt create mode 100644 data/dictionaries/gl/stopwords.txt create mode 100644 data/dictionaries/gl/street_types.txt diff --git a/data/dictionaries/gl/directionals.txt b/data/dictionaries/gl/directionals.txt new file mode 100644 index 00000000..7036a0d1 --- /dev/null +++ b/data/dictionaries/gl/directionals.txt @@ -0,0 +1,4 @@ +leste|este|e +norte|n +oeste|o +sur|s \ No newline at end of file diff --git a/data/dictionaries/gl/personal_titles.txt b/data/dictionaries/gl/personal_titles.txt new file mode 100644 index 00000000..2e918f2e --- /dev/null +++ b/data/dictionaries/gl/personal_titles.txt @@ -0,0 +1,2 @@ +san|s +santa|sta \ No newline at end of file diff --git a/data/dictionaries/gl/stopwords.txt b/data/dictionaries/gl/stopwords.txt new file mode 100644 index 00000000..753694de --- /dev/null +++ b/data/dictionaries/gl/stopwords.txt @@ -0,0 +1,36 @@ +a +al +al lado +as +ata +cerca +con +de +debaixo +defronte +del +dela +deles +delas +detras +e +en +encima +enfronte +enriba +entre +la +las +lo +los +nel +nela +neles +nelas +o +os +para +y +un +unha +xunto \ No newline at end of file diff --git a/data/dictionaries/gl/street_types.txt b/data/dictionaries/gl/street_types.txt new file mode 100644 index 00000000..daec29df --- /dev/null +++ b/data/dictionaries/gl/street_types.txt @@ -0,0 +1,23 @@ +autovia +avenida|av|avd|avda +alameda +baixada +camino +costa +encosta +estrada +glorieta +paseo +praza|pr|pza +pracina +rambla|rbla +rotunda +rua|r +ruas|rs +ruela +sendeiro +suba +subida|sbida +travesia +via +viela \ No newline at end of file