From 04981b1466021a6826c5d809bb6fb33ad5dbb7ec Mon Sep 17 00:00:00 2001 From: Al Date: Sat, 11 Jul 2015 02:14:23 -0400 Subject: [PATCH] [dictionaries] Hungarian dictionaries --- data/dictionaries/hu/directionals.txt | 8 ++++++++ data/dictionaries/hu/personal_titles.txt | 1 + data/dictionaries/hu/stopwords.txt | 4 ++++ data/dictionaries/hu/street_types.txt | 20 ++++++++++++++++++++ data/dictionaries/hu/unit_types.txt | 1 + 5 files changed, 34 insertions(+) create mode 100644 data/dictionaries/hu/directionals.txt create mode 100644 data/dictionaries/hu/personal_titles.txt create mode 100644 data/dictionaries/hu/stopwords.txt create mode 100644 data/dictionaries/hu/street_types.txt create mode 100644 data/dictionaries/hu/unit_types.txt diff --git a/data/dictionaries/hu/directionals.txt b/data/dictionaries/hu/directionals.txt new file mode 100644 index 00000000..d9a31b2b --- /dev/null +++ b/data/dictionaries/hu/directionals.txt @@ -0,0 +1,8 @@ +dél|del +délnyugat|delnyugat +délkeleti|delkeleti +észak|eszak +északnyugat|eszaknyugat +északkeleti|eszakkeleti +kelet +nyugat \ No newline at end of file diff --git a/data/dictionaries/hu/personal_titles.txt b/data/dictionaries/hu/personal_titles.txt new file mode 100644 index 00000000..e8af420c --- /dev/null +++ b/data/dictionaries/hu/personal_titles.txt @@ -0,0 +1 @@ +szent|szt \ No newline at end of file diff --git a/data/dictionaries/hu/stopwords.txt b/data/dictionaries/hu/stopwords.txt new file mode 100644 index 00000000..b426abeb --- /dev/null +++ b/data/dictionaries/hu/stopwords.txt @@ -0,0 +1,4 @@ +a +az +egy +és|es \ No newline at end of file diff --git a/data/dictionaries/hu/street_types.txt b/data/dictionaries/hu/street_types.txt new file mode 100644 index 00000000..5d8d06b3 --- /dev/null +++ b/data/dictionaries/hu/street_types.txt @@ -0,0 +1,20 @@ +árok|arok +dűlő|dulo +fasor +kert +körönd|korond|krnd +körút|korut|krt +köz|koz +lejtő|lejto +liget +mező|mezo +park +rakpart|rpt +sétány|setany +sor +sugárút|sugarut +tér|ter +tere +utca|u +út|ut +útja|utja \ No newline at end of file diff --git a/data/dictionaries/hu/unit_types.txt b/data/dictionaries/hu/unit_types.txt new file mode 100644 index 00000000..9e7ef78e --- /dev/null +++ b/data/dictionaries/hu/unit_types.txt @@ -0,0 +1 @@ +lépcső \ No newline at end of file