comparison lxmldump.py @ 50:5b22ffdab0ce

Adjustment.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 26 May 2021 23:10:24 +0300
parents d3d4b547f86c
children 5d3fb2f3aa21
comparison
equal deleted inserted replaced
49:d3d4b547f86c 50:5b22ffdab0ce
81 PKK_MODE_NORMAL: ", ", 81 PKK_MODE_NORMAL: ", ",
82 }, 82 },
83 83
84 "hyphenation": { 84 "hyphenation": {
85 PKK_MODE_NORMAL: "{indent}hyph \"{text}\"\n", 85 PKK_MODE_NORMAL: "{indent}hyph \"{text}\"\n",
86 PKK_MODE_ANKI: "<{text}>", 86 PKK_MODE_ANKI: " [hyph: {text}]",
87 }, 87 },
88 "no_hyphenation": { 88 "no_hyphenation": {
89 PKK_MODE_NORMAL: "", 89 PKK_MODE_NORMAL: "",
90 }, 90 },
91 91
136 "ahvaliha", 136 "ahvaliha",
137 "aloilleh", 137 "aloilleh",
138 "hanjahtoakseh", 138 "hanjahtoakseh",
139 "akkalisto", 139 "akkalisto",
140 "alto-", 140 "alto-",
141 "allot-",
141 ] 142 ]
142 143
143 144
144 pkk_settings = {} 145 pkk_settings = {}
145 146