From fa320defb739bd690e51468256d34c8b1a11da07 Mon Sep 17 00:00:00 2001 From: Al Date: Thu, 24 Sep 2015 16:37:16 -0400 Subject: [PATCH] [dictionaries] Afrikaans dictionaries for better disambiguatin in South Africa --- .../af/concatenated_suffixes_inseparable.txt | 1 + .../af/concatenated_suffixes_separable.txt | 14 +++++++ resources/dictionaries/af/directionals.txt | 12 ++++++ resources/dictionaries/af/personal_titles.txt | 23 +++++++++++ resources/dictionaries/af/place_names.txt | 2 + resources/dictionaries/af/qualifiers.txt | 4 ++ resources/dictionaries/af/stopwords.txt | 38 +++++++++++++++++++ resources/dictionaries/af/street_types.txt | 21 ++++++++++ 8 files changed, 115 insertions(+) create mode 100644 resources/dictionaries/af/concatenated_suffixes_inseparable.txt create mode 100644 resources/dictionaries/af/concatenated_suffixes_separable.txt create mode 100644 resources/dictionaries/af/directionals.txt create mode 100644 resources/dictionaries/af/personal_titles.txt create mode 100644 resources/dictionaries/af/place_names.txt create mode 100644 resources/dictionaries/af/qualifiers.txt create mode 100644 resources/dictionaries/af/stopwords.txt create mode 100644 resources/dictionaries/af/street_types.txt diff --git a/resources/dictionaries/af/concatenated_suffixes_inseparable.txt b/resources/dictionaries/af/concatenated_suffixes_inseparable.txt new file mode 100644 index 00000000..b9793872 --- /dev/null +++ b/resources/dictionaries/af/concatenated_suffixes_inseparable.txt @@ -0,0 +1 @@ +park|pk. \ No newline at end of file diff --git a/resources/dictionaries/af/concatenated_suffixes_separable.txt b/resources/dictionaries/af/concatenated_suffixes_separable.txt new file mode 100644 index 00000000..77116d50 --- /dev/null +++ b/resources/dictionaries/af/concatenated_suffixes_separable.txt @@ -0,0 +1,14 @@ +hof|h. +laan|ln. +lange|l. +lang|l. +markt|mkt. +pad +plain|pln. +singel|sngl. +sloot +straat|str. +steenweg|stwg. +verlengde|verl. +vliet|vlt. +weg|wg. \ No newline at end of file diff --git a/resources/dictionaries/af/directionals.txt b/resources/dictionaries/af/directionals.txt new file mode 100644 index 00000000..5317cc88 --- /dev/null +++ b/resources/dictionaries/af/directionals.txt @@ -0,0 +1,12 @@ +noord|n +noordoos|noord oos|no|n.o.|n.o|n o +noordooste|noord ooste|no|n.o.|n.o|n o +noordwes|noord wes|nw|n.w.|n.w|n w +noordweste|noord weste|nw|n.w.|n.w|n w +oos|o +suidoos|zuid oost|so|s.o.|s.o|s o +suidooste|suid ooste|so|s.o.|s.o|s o +suidwest|sw|s.w.|s.w|s w +suidwesten|sw|s.w.|s.w|s w +suid|s +west|w \ No newline at end of file diff --git a/resources/dictionaries/af/personal_titles.txt b/resources/dictionaries/af/personal_titles.txt new file mode 100644 index 00000000..03591849 --- /dev/null +++ b/resources/dictionaries/af/personal_titles.txt @@ -0,0 +1,23 @@ +baron +broer|br +dokter|dr +dominee|ds +generaal|gen +kolonel|kol +koning|kon +koningin|kon +kort|k +korte|kte +meester|mr +mejuffrouw|mej +minister|min +monseigneur|mgr +pastoor|past +pater +president|pres|pr +prins|pr +prinses|prs +professor|prof +sint|st +suster|sr +vrouwe|vr \ No newline at end of file diff --git a/resources/dictionaries/af/place_names.txt b/resources/dictionaries/af/place_names.txt new file mode 100644 index 00000000..4eb3d94a --- /dev/null +++ b/resources/dictionaries/af/place_names.txt @@ -0,0 +1,2 @@ +kasteel +markt|mkt \ No newline at end of file diff --git a/resources/dictionaries/af/qualifiers.txt b/resources/dictionaries/af/qualifiers.txt new file mode 100644 index 00000000..44957065 --- /dev/null +++ b/resources/dictionaries/af/qualifiers.txt @@ -0,0 +1,4 @@ +noordekant +oostekant +westekant +suidekant \ No newline at end of file diff --git a/resources/dictionaries/af/stopwords.txt b/resources/dictionaries/af/stopwords.txt new file mode 100644 index 00000000..23a01cae --- /dev/null +++ b/resources/dictionaries/af/stopwords.txt @@ -0,0 +1,38 @@ +aan +af +al +as +by +die +den +der +wat +dit +'n +en +hom +die +hoe +hulle +in +kan +me +met +my +nog +nou +of +ons +sou +'t +te +tot +uit +van|v +van 't +van die|vd|v d +van den|vd|v d +van der|vd|v d +ver +was +wel \ No newline at end of file diff --git a/resources/dictionaries/af/street_types.txt b/resources/dictionaries/af/street_types.txt new file mode 100644 index 00000000..45989e6d --- /dev/null +++ b/resources/dictionaries/af/street_types.txt @@ -0,0 +1,21 @@ +baan +boulevard|blvd +dijk|dk +dwarsstraat|dwstr +dwarsweg|dwwg +hof|h +hoofstraat +kade|kd +laan|ln +lange|l +lang|l +pad +park|pk +plein|pln +plantsoen|plnts +singel|sngl +sloot +straat|str +steenweg|stwg +verlengde|verl +weg|wg \ No newline at end of file