From 30b7a9c2857c8bb4ee0193a4b51395dbc8b3183e Mon Sep 17 00:00:00 2001 From: Al Date: Thu, 7 Jul 2016 03:39:15 -0400 Subject: [PATCH] [dictionaries] Croatian dictionary additions to support new config --- .../dictionaries/hr/ambiguous_expansions.txt | 6 +++++- resources/dictionaries/hr/cross_streets.txt | 6 ++++++ resources/dictionaries/hr/directionals.txt | 4 ++++ resources/dictionaries/hr/entrances.txt | 1 + .../dictionaries/hr/level_types_basement.txt | 1 + .../dictionaries/hr/level_types_mezzanine.txt | 1 + .../dictionaries/hr/level_types_numbered.txt | 2 ++ .../hr/level_types_standalone.txt | 2 ++ resources/dictionaries/hr/near.txt | 5 +++++ resources/dictionaries/hr/no_number.txt | 1 + resources/dictionaries/hr/personal_titles.txt | 2 ++ resources/dictionaries/hr/place_names.txt | 19 ++++++++++++++++++- resources/dictionaries/hr/post_office.txt | 1 + resources/dictionaries/hr/staircases.txt | 2 +- resources/dictionaries/hr/street_types.txt | 1 + resources/dictionaries/hr/unit_directions.txt | 2 ++ .../dictionaries/hr/unit_types_numbered.txt | 4 ++++ 17 files changed, 57 insertions(+), 3 deletions(-) create mode 100644 resources/dictionaries/hr/cross_streets.txt create mode 100644 resources/dictionaries/hr/directionals.txt create mode 100644 resources/dictionaries/hr/entrances.txt create mode 100644 resources/dictionaries/hr/level_types_basement.txt create mode 100644 resources/dictionaries/hr/level_types_mezzanine.txt create mode 100644 resources/dictionaries/hr/level_types_numbered.txt create mode 100644 resources/dictionaries/hr/level_types_standalone.txt create mode 100644 resources/dictionaries/hr/near.txt create mode 100644 resources/dictionaries/hr/no_number.txt create mode 100644 resources/dictionaries/hr/post_office.txt create mode 100644 resources/dictionaries/hr/unit_directions.txt create mode 100644 resources/dictionaries/hr/unit_types_numbered.txt diff --git a/resources/dictionaries/hr/ambiguous_expansions.txt b/resources/dictionaries/hr/ambiguous_expansions.txt index 3410062b..9e1e58ce 100644 --- a/resources/dictionaries/hr/ambiguous_expansions.txt +++ b/resources/dictionaries/hr/ambiguous_expansions.txt @@ -1 +1,5 @@ -c \ No newline at end of file +c +i +j +s +z \ No newline at end of file diff --git a/resources/dictionaries/hr/cross_streets.txt b/resources/dictionaries/hr/cross_streets.txt new file mode 100644 index 00000000..35ea5232 --- /dev/null +++ b/resources/dictionaries/hr/cross_streets.txt @@ -0,0 +1,6 @@ +i +između|izmedu +na +na uglu +ugao +uglu \ No newline at end of file diff --git a/resources/dictionaries/hr/directionals.txt b/resources/dictionaries/hr/directionals.txt new file mode 100644 index 00000000..76412ae3 --- /dev/null +++ b/resources/dictionaries/hr/directionals.txt @@ -0,0 +1,4 @@ +istok|i +jug|j +sjever|s +zapad|z \ No newline at end of file diff --git a/resources/dictionaries/hr/entrances.txt b/resources/dictionaries/hr/entrances.txt new file mode 100644 index 00000000..7c487488 --- /dev/null +++ b/resources/dictionaries/hr/entrances.txt @@ -0,0 +1 @@ +ulaz \ No newline at end of file diff --git a/resources/dictionaries/hr/level_types_basement.txt b/resources/dictionaries/hr/level_types_basement.txt new file mode 100644 index 00000000..0028d3aa --- /dev/null +++ b/resources/dictionaries/hr/level_types_basement.txt @@ -0,0 +1 @@ +podrum \ No newline at end of file diff --git a/resources/dictionaries/hr/level_types_mezzanine.txt b/resources/dictionaries/hr/level_types_mezzanine.txt new file mode 100644 index 00000000..1f4014df --- /dev/null +++ b/resources/dictionaries/hr/level_types_mezzanine.txt @@ -0,0 +1 @@ +polukat \ No newline at end of file diff --git a/resources/dictionaries/hr/level_types_numbered.txt b/resources/dictionaries/hr/level_types_numbered.txt new file mode 100644 index 00000000..cd7bf912 --- /dev/null +++ b/resources/dictionaries/hr/level_types_numbered.txt @@ -0,0 +1,2 @@ +kat +etaža|et \ No newline at end of file diff --git a/resources/dictionaries/hr/level_types_standalone.txt b/resources/dictionaries/hr/level_types_standalone.txt new file mode 100644 index 00000000..acf1f0b7 --- /dev/null +++ b/resources/dictionaries/hr/level_types_standalone.txt @@ -0,0 +1,2 @@ +parter +prizemlje \ No newline at end of file diff --git a/resources/dictionaries/hr/near.txt b/resources/dictionaries/hr/near.txt new file mode 100644 index 00000000..83846ebe --- /dev/null +++ b/resources/dictionaries/hr/near.txt @@ -0,0 +1,5 @@ +oko ovdje +u +u blizini +u blizini mene +u blizini ovdje \ No newline at end of file diff --git a/resources/dictionaries/hr/no_number.txt b/resources/dictionaries/hr/no_number.txt new file mode 100644 index 00000000..bab92c12 --- /dev/null +++ b/resources/dictionaries/hr/no_number.txt @@ -0,0 +1 @@ +bez broja|bb|b.b|b b|bez br \ No newline at end of file diff --git a/resources/dictionaries/hr/personal_titles.txt b/resources/dictionaries/hr/personal_titles.txt index e323bac3..92dc5f1b 100644 --- a/resources/dictionaries/hr/personal_titles.txt +++ b/resources/dictionaries/hr/personal_titles.txt @@ -1,3 +1,5 @@ +doktor|dr +kardinala|kard kralja kraljice kneza diff --git a/resources/dictionaries/hr/place_names.txt b/resources/dictionaries/hr/place_names.txt index dc881cd3..87abeced 100644 --- a/resources/dictionaries/hr/place_names.txt +++ b/resources/dictionaries/hr/place_names.txt @@ -1 +1,18 @@ -most \ No newline at end of file +ambulanta +banka +crkva +dom +dječji vrtić|djecji vrtic +fakultet +gimnazija +kapelica +kavana +kolodvor +konoba +ljekarna +luka +most +osnovna škola|osnovna skola +restoran +škola|skola +tržnica|trznica \ No newline at end of file diff --git a/resources/dictionaries/hr/post_office.txt b/resources/dictionaries/hr/post_office.txt new file mode 100644 index 00000000..b58aad57 --- /dev/null +++ b/resources/dictionaries/hr/post_office.txt @@ -0,0 +1 @@ +postanški pretinac|p.p|pp|p p|postanski pretinac \ No newline at end of file diff --git a/resources/dictionaries/hr/staircases.txt b/resources/dictionaries/hr/staircases.txt index fa6296ec..ab39017f 100644 --- a/resources/dictionaries/hr/staircases.txt +++ b/resources/dictionaries/hr/staircases.txt @@ -1 +1 @@ -stube \ No newline at end of file +stubište|stubiste \ No newline at end of file diff --git a/resources/dictionaries/hr/street_types.txt b/resources/dictionaries/hr/street_types.txt index 9d62a044..f0308f32 100644 --- a/resources/dictionaries/hr/street_types.txt +++ b/resources/dictionaries/hr/street_types.txt @@ -7,5 +7,6 @@ most prilaz put šetalište|setaliste +stube trg ulica|ul \ No newline at end of file diff --git a/resources/dictionaries/hr/unit_directions.txt b/resources/dictionaries/hr/unit_directions.txt new file mode 100644 index 00000000..5c1fc59a --- /dev/null +++ b/resources/dictionaries/hr/unit_directions.txt @@ -0,0 +1,2 @@ +desno +lijevo \ No newline at end of file diff --git a/resources/dictionaries/hr/unit_types_numbered.txt b/resources/dictionaries/hr/unit_types_numbered.txt new file mode 100644 index 00000000..83fe87fc --- /dev/null +++ b/resources/dictionaries/hr/unit_types_numbered.txt @@ -0,0 +1,4 @@ +apartman|ap|apt +soba +stan +ured \ No newline at end of file