|
| 1 | +diff --git a/source/data/brkitr/brklocal.mk b/source/data/brkitr/brklocal.mk |
| 2 | +index ea12e27f..462a2551 100644 |
| 3 | +--- a/source/data/brkitr/brklocal.mk |
| 4 | ++++ b/source/data/brkitr/brklocal.mk |
| 5 | +@@ -39,14 +39,11 @@ BRK_DICT_SOURCE = burmesedict.txt khmerdict.txt laodict.txt\ |
| 6 | + |
| 7 | + |
| 8 | + # List of break iterator files (brk). |
| 9 | +-BRK_SOURCE = char.txt line.txt\ |
| 10 | +- line_normal.txt line_normal_cj.txt line_normal_fi.txt\ |
| 11 | +- line_loose_cj.txt\ |
| 12 | +- sent.txt sent_el.txt title.txt word.txt word_ja.txt |
| 13 | ++BRK_SOURCE = char.txt\ |
| 14 | ++ line_normal.txt line_normal_fi.txt\ |
| 15 | ++ word.txt word_ja.txt |
| 16 | + |
| 17 | + |
| 18 | + # Ordinary resources |
| 19 | +-BRK_RES_SOURCE = de.txt el.txt en.txt en_US.txt\ |
| 20 | +- es.txt fi.txt fr.txt it.txt ja.txt\ |
| 21 | +- pt.txt ru.txt zh.txt zh_Hant.txt |
| 22 | ++BRK_RES_SOURCE =fi.txt ja.txt |
| 23 | + |
| 24 | +diff --git a/source/data/brkitr/fi.txt b/source/data/brkitr/fi.txt |
| 25 | +index 72029ee4..633862a7 100644 |
| 26 | +--- a/source/data/brkitr/fi.txt |
| 27 | ++++ b/source/data/brkitr/fi.txt |
| 28 | +@@ -4,8 +4,5 @@ fi{ |
| 29 | + Version{"2.1.19.14"} |
| 30 | + boundaries{ |
| 31 | + line:process(dependency){"line_normal_fi.brk"} |
| 32 | +- line_loose:process(dependency){"line_normal_fi.brk"} |
| 33 | +- line_normal:process(dependency){"line_normal_fi.brk"} |
| 34 | +- line_strict:process(dependency){"line_normal_fi.brk"} |
| 35 | + } |
| 36 | + } |
| 37 | +diff --git a/source/data/brkitr/ja.txt b/source/data/brkitr/ja.txt |
| 38 | +index cb732a76..73ebc6f8 100644 |
| 39 | +--- a/source/data/brkitr/ja.txt |
| 40 | ++++ b/source/data/brkitr/ja.txt |
| 41 | +@@ -4,9 +4,6 @@ ja{ |
| 42 | + Version{"2.1.29.25"} |
| 43 | + boundaries{ |
| 44 | + line:process(dependency){"line_normal.brk"} |
| 45 | +- line_loose:process(dependency){"line_loose_cj.brk"} |
| 46 | +- line_normal:process(dependency){"line_normal_cj.brk"} |
| 47 | +- line_strict:process(dependency){"line.brk"} |
| 48 | + word:process(dependency){"word_ja.brk"} |
| 49 | + } |
| 50 | + } |
| 51 | +diff --git a/source/data/brkitr/root.txt b/source/data/brkitr/root.txt |
| 52 | +index f1fa4e08..4071947a 100644 |
| 53 | +--- a/source/data/brkitr/root.txt |
| 54 | ++++ b/source/data/brkitr/root.txt |
| 55 | +@@ -5,11 +5,6 @@ root{ |
| 56 | + boundaries{ |
| 57 | + grapheme:process(dependency){"char.brk"} |
| 58 | + line:process(dependency){"line_normal.brk"} |
| 59 | +- line_loose:process(dependency){"line_normal.brk"} |
| 60 | +- line_normal:process(dependency){"line_normal.brk"} |
| 61 | +- line_strict:process(dependency){"line.brk"} |
| 62 | +- sentence:process(dependency){"sent.brk"} |
| 63 | +- title:process(dependency){"title.brk"} |
| 64 | + word:process(dependency){"word.brk"} |
| 65 | + } |
| 66 | + dictionaries{ |
0 commit comments