| OLD | NEW |
| 1 diff --git a/source/data/brkitr/brklocal.mk b/source/data/brkitr/brklocal.mk |
| 2 index 204458c..b5eca75 100644 |
| 3 --- a/source/data/brkitr/brklocal.mk |
| 4 +++ b/source/data/brkitr/brklocal.mk |
| 5 @@ -41,6 +41,7 @@ BRK_DICT_SOURCE = burmesedict.txt cjdict.txt khmerdict.txt lao
dict.txt\ |
| 6 # List of break iterator files (brk). |
| 7 BRK_SOURCE = char.txt line.txt\ |
| 8 line_normal.txt line_normal_cj.txt line_normal_fi.txt\ |
| 9 + line_loose_cj.txt\ |
| 10 sent.txt sent_el.txt title.txt word.txt |
| 11 |
| 12 |
| 1 diff --git a/source/data/brkitr/fi.txt b/source/data/brkitr/fi.txt | 13 diff --git a/source/data/brkitr/fi.txt b/source/data/brkitr/fi.txt |
| 2 index fddbbb9..f06fb21 100644 | 14 index 3c07f15..72029ee 100644 |
| 3 --- a/source/data/brkitr/fi.txt | 15 --- a/source/data/brkitr/fi.txt |
| 4 +++ b/source/data/brkitr/fi.txt | 16 +++ b/source/data/brkitr/fi.txt |
| 5 @@ -9,9 +9,9 @@ | 17 @@ -3,9 +3,9 @@ |
| 6 fi{ | 18 fi{ |
| 7 Version{"2.1.19.14"} | 19 Version{"2.1.19.14"} |
| 8 boundaries{ | 20 boundaries{ |
| 9 - line:process(dependency){"line_fi.brk"} | 21 - line:process(dependency){"line_fi.brk"} |
| 10 - line_loose:process(dependency){"line_loose_fi.brk"} | 22 - line_loose:process(dependency){"line_loose_fi.brk"} |
| 11 + line:process(dependency){"line_normal_fi.brk"} | 23 + line:process(dependency){"line_normal_fi.brk"} |
| 12 + line_loose:process(dependency){"line_normal_fi.brk"} | 24 + line_loose:process(dependency){"line_normal_fi.brk"} |
| 13 line_normal:process(dependency){"line_normal_fi.brk"} | 25 line_normal:process(dependency){"line_normal_fi.brk"} |
| 14 - line_strict:process(dependency){"line_fi.brk"} | 26 - line_strict:process(dependency){"line_fi.brk"} |
| 15 + line_strict:process(dependency){"line_normal_fi.brk"} | 27 + line_strict:process(dependency){"line_normal_fi.brk"} |
| 16 } | 28 } |
| 17 } | 29 } |
| 18 diff --git a/source/data/brkitr/ja.txt b/source/data/brkitr/ja.txt | |
| 19 index 616db63..f9f986e 100644 | |
| 20 --- a/source/data/brkitr/ja.txt | |
| 21 +++ b/source/data/brkitr/ja.txt | |
| 22 @@ -10,7 +10,7 @@ ja{ | |
| 23 Version{"2.1.19.14"} | |
| 24 boundaries{ | |
| 25 line:process(dependency){"line_normal.brk"} | |
| 26 - line_loose:process(dependency){"line_loose_cj.brk"} | |
| 27 + line_loose:process(dependency){"line_normal_cj.brk"} | |
| 28 line_normal:process(dependency){"line_normal_cj.brk"} | |
| 29 line_strict:process(dependency){"line.brk"} | |
| 30 } | |
| 31 diff --git a/source/data/brkitr/root.txt b/source/data/brkitr/root.txt | 30 diff --git a/source/data/brkitr/root.txt b/source/data/brkitr/root.txt |
| 32 index 193f7c2..77ddd14 100644 | 31 index 050fa68..1a1ad8a 100644 |
| 33 --- a/source/data/brkitr/root.txt | 32 --- a/source/data/brkitr/root.txt |
| 34 +++ b/source/data/brkitr/root.txt | 33 +++ b/source/data/brkitr/root.txt |
| 35 @@ -10,8 +10,8 @@ root{ | 34 @@ -4,8 +4,8 @@ root{ |
| 36 Version{"2.1.20.0"} | 35 Version{"2.1.29.25"} |
| 37 boundaries{ | 36 boundaries{ |
| 38 grapheme:process(dependency){"char.brk"} | 37 grapheme:process(dependency){"char.brk"} |
| 39 - line:process(dependency){"line.brk"} | 38 - line:process(dependency){"line.brk"} |
| 40 - line_loose:process(dependency){"line_loose.brk"} | 39 - line_loose:process(dependency){"line_loose.brk"} |
| 41 + line:process(dependency){"line_normal.brk"} | 40 + line:process(dependency){"line_normal.brk"} |
| 42 + line_loose:process(dependency){"line_normal.brk"} | 41 + line_loose:process(dependency){"line_normal.brk"} |
| 43 line_normal:process(dependency){"line_normal.brk"} | 42 line_normal:process(dependency){"line_normal.brk"} |
| 44 line_strict:process(dependency){"line.brk"} | 43 line_strict:process(dependency){"line.brk"} |
| 45 sentence:process(dependency){"sent.brk"} | 44 sentence:process(dependency){"sent.brk"} |
| 46 diff --git a/source/data/brkitr/zh.txt b/source/data/brkitr/zh.txt | 45 diff --git a/source/data/brkitr/zh.txt b/source/data/brkitr/zh.txt |
| 47 index 47b5fce..bdf3ce7 100644 | 46 index 7fc9d68..93eef46 100644 |
| 48 --- a/source/data/brkitr/zh.txt | 47 --- a/source/data/brkitr/zh.txt |
| 49 +++ b/source/data/brkitr/zh.txt | 48 +++ b/source/data/brkitr/zh.txt |
| 50 @@ -9,8 +9,8 @@ | 49 @@ -3,7 +3,7 @@ |
| 51 zh{ | 50 zh{ |
| 52 Version{"2.1.19.14"} | 51 Version{"2.1.19.14"} |
| 53 boundaries{ | 52 boundaries{ |
| 54 - line:process(dependency){"line.brk"} | 53 - line:process(dependency){"line.brk"} |
| 55 - line_loose:process(dependency){"line_loose_cj.brk"} | |
| 56 + line:process(dependency){"line_normal.brk"} | 54 + line:process(dependency){"line_normal.brk"} |
| 57 + line_loose:process(dependency){"line_normal_cj.brk"} | 55 line_loose:process(dependency){"line_loose_cj.brk"} |
| 58 line_normal:process(dependency){"line_normal_cj.brk"} | 56 line_normal:process(dependency){"line_normal_cj.brk"} |
| 59 line_strict:process(dependency){"line.brk"} | 57 line_strict:process(dependency){"line.brk"} |
| 60 } | |
| 61 diff --git a/source/data/brkitr/zh_Hant.txt b/source/data/brkitr/zh_Hant.txt | 58 diff --git a/source/data/brkitr/zh_Hant.txt b/source/data/brkitr/zh_Hant.txt |
| 62 index 36e9146..33907e7 100644 | 59 index 5bbee01..f1e782c 100644 |
| 63 --- a/source/data/brkitr/zh_Hant.txt | 60 --- a/source/data/brkitr/zh_Hant.txt |
| 64 +++ b/source/data/brkitr/zh_Hant.txt | 61 +++ b/source/data/brkitr/zh_Hant.txt |
| 65 @@ -9,8 +9,8 @@ | 62 @@ -3,7 +3,7 @@ |
| 66 zh_Hant{ | 63 zh_Hant{ |
| 67 Version{"2.1.19.14"} | 64 Version{"2.1.19.14"} |
| 68 boundaries{ | 65 boundaries{ |
| 69 - line:process(dependency){"line.brk"} | 66 - line:process(dependency){"line.brk"} |
| 70 - line_loose:process(dependency){"line_loose_cj.brk"} | |
| 71 + line:process(dependency){"line_normal.brk"} | 67 + line:process(dependency){"line_normal.brk"} |
| 72 + line_loose:process(dependency){"line_normal_cj.brk"} | 68 line_loose:process(dependency){"line_loose_cj.brk"} |
| 73 line_normal:process(dependency){"line_normal_cj.brk"} | 69 line_normal:process(dependency){"line_normal_cj.brk"} |
| 74 line_strict:process(dependency){"line.brk"} | 70 line_strict:process(dependency){"line.brk"} |
| 75 } | |
| OLD | NEW |