OLD | NEW |
1 diff --git a/source/data/brkitr/brklocal.mk b/source/data/brkitr/brklocal.mk | 1 diff --git a/source/data/brkitr/brklocal.mk b/source/data/brkitr/brklocal.mk |
2 index cb5226a..39202f1 100644 | 2 index cb5226a..39202f1 100644 |
3 --- a/source/data/brkitr/brklocal.mk | 3 --- a/source/data/brkitr/brklocal.mk |
4 +++ b/source/data/brkitr/brklocal.mk | 4 +++ b/source/data/brkitr/brklocal.mk |
5 @@ -34,14 +34,14 @@ BRK_RES_ALIAS_SOURCE = $(BRK_RES_SYNTHETIC_ALIAS) | 5 @@ -34,14 +34,14 @@ BRK_RES_ALIAS_SOURCE = $(BRK_RES_SYNTHETIC_ALIAS) |
6 | 6 |
7 | 7 |
8 # List of dictionary files (dict). | 8 # List of dictionary files (dict). |
9 -BRK_DICT_SOURCE = burmesedict.txt cjdict.txt khmerdict.txt laodict.txt\ | 9 -BRK_DICT_SOURCE = burmesedict.txt cjdict.txt khmerdict.txt laodict.txt\ |
10 +BRK_DICT_SOURCE = burmesedict.txt khmerdict.txt laodict.txt\ | 10 +BRK_DICT_SOURCE = burmesedict.txt khmerdict.txt laodict.txt\ |
11 thaidict.txt | 11 thaidict.txt |
12 | 12 |
13 | 13 |
14 # List of break iterator files (brk). | 14 # List of break iterator files (brk). |
15 BRK_SOURCE = char.txt line.txt line_fi.txt\ | 15 BRK_SOURCE = char.txt line.txt\ |
16 line_normal.txt line_normal_cj.txt\ | 16 line_normal.txt line_normal_cj.txt line_normal_fi.txt\ |
17 - sent.txt sent_el.txt title.txt word.txt | 17 - sent.txt sent_el.txt title.txt word.txt |
18 + sent.txt sent_el.txt title.txt word.txt word_ja.txt | 18 + sent.txt sent_el.txt title.txt word.txt word_ja.txt |
19 | 19 |
20 | 20 |
21 # Ordinary resources | 21 # Ordinary resources |
22 diff --git a/source/data/brkitr/ja.txt b/source/data/brkitr/ja.txt | 22 diff --git a/source/data/brkitr/ja.txt b/source/data/brkitr/ja.txt |
23 index f9f986e..cd07526 100644 | 23 index f9f986e..cd07526 100644 |
24 --- a/source/data/brkitr/ja.txt | 24 --- a/source/data/brkitr/ja.txt |
25 +++ b/source/data/brkitr/ja.txt | 25 +++ b/source/data/brkitr/ja.txt |
26 @@ -13,5 +13,6 @@ ja{ | 26 @@ -13,5 +13,6 @@ ja{ |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 | 78 |
79 $BackRegional_IndicatorEx $BackRegional_IndicatorEx; | 79 $BackRegional_IndicatorEx $BackRegional_IndicatorEx; |
80 | 80 |
81 -# special handling for CJK characters: chain for later dictionary segmentation | 81 -# special handling for CJK characters: chain for later dictionary segmentation |
82 -$HangulSyllable $HangulSyllable; | 82 -$HangulSyllable $HangulSyllable; |
83 -$KanaKanji $KanaKanji; #different rule status if both kanji and kana found | 83 -$KanaKanji $KanaKanji; #different rule status if both kanji and kana found |
84 - | 84 - |
85 ## ------------------------------------------------- | 85 ## ------------------------------------------------- |
86 | 86 |
87 !!safe_reverse; | 87 !!safe_reverse; |
OLD | NEW |