@lunarisapp/hyphen 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/eslint.config.js +2 -2
- package/jest.config.js +6 -0
- package/package.json +13 -11
- package/src/dicts.ts +201 -0
- package/src/index.ts +17 -63
- package/src/types.d.ts +4 -0
- package/tests/__mocks__/dic.js +7 -0
- package/tests/hyphen.test.ts +8 -42
- package/tsup.config.ts +12 -0
- package/.turbo/turbo-build.log +0 -23
- package/.turbo/turbo-lint.log +0 -12
- package/.turbo/turbo-test.log +0 -372
- package/dist/dictionaries/hyph_af_ZA.dic +0 -5332
- package/dist/dictionaries/hyph_as_IN.dic +0 -100
- package/dist/dictionaries/hyph_be_BY.dic +0 -3385
- package/dist/dictionaries/hyph_bg_BG.dic +0 -6625
- package/dist/dictionaries/hyph_ca.dic +0 -3234
- package/dist/dictionaries/hyph_cs_CZ.dic +0 -3637
- package/dist/dictionaries/hyph_da_DK.dic +0 -1146
- package/dist/dictionaries/hyph_de_AT.dic +0 -77902
- package/dist/dictionaries/hyph_de_CH.dic +0 -77902
- package/dist/dictionaries/hyph_de_DE.dic +0 -77902
- package/dist/dictionaries/hyph_el_GR.dic +0 -579
- package/dist/dictionaries/hyph_en_GB.dic +0 -14062
- package/dist/dictionaries/hyph_en_US.dic +0 -11130
- package/dist/dictionaries/hyph_eo.dic +0 -3407
- package/dist/dictionaries/hyph_es.dic +0 -862
- package/dist/dictionaries/hyph_et_EE.dic +0 -3692
- package/dist/dictionaries/hyph_fr.dic +0 -2914
- package/dist/dictionaries/hyph_gl.dic +0 -290
- package/dist/dictionaries/hyph_hr_HR.dic +0 -1597
- package/dist/dictionaries/hyph_hu_HU.dic +0 -102260
- package/dist/dictionaries/hyph_id_ID.dic +0 -12033
- package/dist/dictionaries/hyph_is.dic +0 -7695
- package/dist/dictionaries/hyph_it_IT.dic +0 -421
- package/dist/dictionaries/hyph_kn_IN.dic +0 -100
- package/dist/dictionaries/hyph_lt.dic +0 -1547
- package/dist/dictionaries/hyph_lv_LV.dic +0 -11900
- package/dist/dictionaries/hyph_mn_MN.dic +0 -1004
- package/dist/dictionaries/hyph_mr_IN.dic +0 -199
- package/dist/dictionaries/hyph_nb_NO.dic +0 -27142
- package/dist/dictionaries/hyph_nl_NL.dic +0 -16257
- package/dist/dictionaries/hyph_nn_NO.dic +0 -27142
- package/dist/dictionaries/hyph_pa_IN.dic +0 -87
- package/dist/dictionaries/hyph_pl_PL.dic +0 -4824
- package/dist/dictionaries/hyph_pt_BR.dic +0 -1247
- package/dist/dictionaries/hyph_pt_PT.dic +0 -308
- package/dist/dictionaries/hyph_ro_RO.dic +0 -5220
- package/dist/dictionaries/hyph_ru_RU.dic +0 -3875
- package/dist/dictionaries/hyph_sa_IN.dic +0 -116
- package/dist/dictionaries/hyph_sk_SK.dic +0 -2468
- package/dist/dictionaries/hyph_sl_SI.dic +0 -1413
- package/dist/dictionaries/hyph_sq_AL.dic +0 -14020
- package/dist/dictionaries/hyph_sr-Latn.dic +0 -3412
- package/dist/dictionaries/hyph_sr.dic +0 -3365
- package/dist/dictionaries/hyph_sv.dic +0 -14954
- package/dist/dictionaries/hyph_te_IN.dic +0 -99
- package/dist/dictionaries/hyph_th_TH.dic +0 -5245
- package/dist/dictionaries/hyph_uk_UA.dic +0 -1654
- package/dist/dictionaries/hyph_zu_ZA.dic +0 -171
- package/dist/index.d.mts +0 -48
- package/dist/index.d.ts +0 -48
- package/dist/index.js +0 -236
- package/dist/index.mjs +0 -201
- package/tsconfig.pkg.json +0 -10
|
@@ -1,199 +0,0 @@
|
|
|
1
|
-
UTF-8
|
|
2
|
-
LEFTHYPHENMIN 3
|
|
3
|
-
RIGHTHYPHENMIN 4
|
|
4
|
-
COMPOUNDLEFTHYPHENMIN 2
|
|
5
|
-
COMPOUNDRIGHTHYPHENMIN 3
|
|
6
|
-
|
|
7
|
-
% GENERAL RULE
|
|
8
|
-
% Do not break either side of ZERO-WIDTH JOINER (U+200D)
|
|
9
|
-
22
|
|
10
|
-
% Break after ZERO-WIDTH NON JOINER (U+200C)
|
|
11
|
-
1
|
|
12
|
-
% Break before or after any independent vowel.
|
|
13
|
-
1अ1
|
|
14
|
-
1आ1
|
|
15
|
-
1इ1
|
|
16
|
-
1ई1
|
|
17
|
-
1उ1
|
|
18
|
-
1ऊ1
|
|
19
|
-
1ऋ1
|
|
20
|
-
1ॠ1
|
|
21
|
-
1ऌ1
|
|
22
|
-
1ॡ1
|
|
23
|
-
1ए1
|
|
24
|
-
1ऐ1
|
|
25
|
-
1ओ1
|
|
26
|
-
1औ1
|
|
27
|
-
% Break after any dependent vowel but not before.
|
|
28
|
-
ा1
|
|
29
|
-
ि1
|
|
30
|
-
ी1
|
|
31
|
-
ु1
|
|
32
|
-
ू1
|
|
33
|
-
ृ1
|
|
34
|
-
ॄ1
|
|
35
|
-
ॢ1
|
|
36
|
-
ॣ1
|
|
37
|
-
े1
|
|
38
|
-
ै1
|
|
39
|
-
ो1
|
|
40
|
-
ौ1
|
|
41
|
-
% Break before or after any consonant.
|
|
42
|
-
1क
|
|
43
|
-
1ख
|
|
44
|
-
1ग
|
|
45
|
-
1घ
|
|
46
|
-
1ङ
|
|
47
|
-
1च
|
|
48
|
-
1छ
|
|
49
|
-
1ज
|
|
50
|
-
1झ
|
|
51
|
-
1ञ
|
|
52
|
-
1ट
|
|
53
|
-
1ठ
|
|
54
|
-
1ड
|
|
55
|
-
1ढ
|
|
56
|
-
1ण
|
|
57
|
-
1त
|
|
58
|
-
1थ
|
|
59
|
-
1द
|
|
60
|
-
1ध
|
|
61
|
-
1न
|
|
62
|
-
1प
|
|
63
|
-
1फ
|
|
64
|
-
1ब
|
|
65
|
-
1भ
|
|
66
|
-
1म
|
|
67
|
-
1य
|
|
68
|
-
1र
|
|
69
|
-
1ल
|
|
70
|
-
1ळ
|
|
71
|
-
1व
|
|
72
|
-
1श
|
|
73
|
-
1ष
|
|
74
|
-
1स
|
|
75
|
-
1ह
|
|
76
|
-
% Do not break before chandrabindu, anusvara, visarga, avagraha
|
|
77
|
-
% and accents.
|
|
78
|
-
2ँ
|
|
79
|
-
2ं
|
|
80
|
-
2ः
|
|
81
|
-
2ऽ
|
|
82
|
-
2॑
|
|
83
|
-
2॒
|
|
84
|
-
% Do not break either side of virama (may be within conjunct).
|
|
85
|
-
2्2
|
|
86
|
-
% do not break before
|
|
87
|
-
1अर्थ
|
|
88
|
-
1अंती
|
|
89
|
-
1आतून
|
|
90
|
-
1आधी
|
|
91
|
-
1उप
|
|
92
|
-
1ऐवजी
|
|
93
|
-
1कड
|
|
94
|
-
1कडून
|
|
95
|
-
1कडे
|
|
96
|
-
1करिता
|
|
97
|
-
1करून
|
|
98
|
-
1खाल
|
|
99
|
-
1खाली
|
|
100
|
-
1खालून
|
|
101
|
-
1खेरीज
|
|
102
|
-
1जवळ
|
|
103
|
-
1णार
|
|
104
|
-
1णारा
|
|
105
|
-
1णारी
|
|
106
|
-
1णारे
|
|
107
|
-
1णाऱ्या
|
|
108
|
-
1णाऱ्यां
|
|
109
|
-
1तात
|
|
110
|
-
1ताना
|
|
111
|
-
1तास
|
|
112
|
-
1तील
|
|
113
|
-
1तीस
|
|
114
|
-
1तेस
|
|
115
|
-
1तोस
|
|
116
|
-
1नजीक
|
|
117
|
-
1नंतर
|
|
118
|
-
1पर्यंत
|
|
119
|
-
1पाशी
|
|
120
|
-
1पासून
|
|
121
|
-
1पुढ
|
|
122
|
-
1पुढून
|
|
123
|
-
1पुढे
|
|
124
|
-
1पूर्वी
|
|
125
|
-
1पेक्षा
|
|
126
|
-
1पैकी
|
|
127
|
-
1पोटी
|
|
128
|
-
1प्रत
|
|
129
|
-
1प्रती
|
|
130
|
-
1प्रधान
|
|
131
|
-
1प्रमाणे
|
|
132
|
-
1बदली
|
|
133
|
-
1बद्दल
|
|
134
|
-
1बरोबर
|
|
135
|
-
1भोवती
|
|
136
|
-
1मधून
|
|
137
|
-
1मध्ये
|
|
138
|
-
1महा
|
|
139
|
-
1माग
|
|
140
|
-
1मागून
|
|
141
|
-
1मागे
|
|
142
|
-
1मुख्य
|
|
143
|
-
1मुळे
|
|
144
|
-
1योग्य
|
|
145
|
-
1लय
|
|
146
|
-
1लस
|
|
147
|
-
1लात
|
|
148
|
-
1लाय
|
|
149
|
-
1लास
|
|
150
|
-
1लीत
|
|
151
|
-
1लीस
|
|
152
|
-
1लेत
|
|
153
|
-
1लेला
|
|
154
|
-
1लेली
|
|
155
|
-
1लेले
|
|
156
|
-
1लेलो
|
|
157
|
-
1लेलं
|
|
158
|
-
1लेल्या
|
|
159
|
-
1लेल्यां
|
|
160
|
-
1लेस
|
|
161
|
-
1लंय
|
|
162
|
-
1लंस
|
|
163
|
-
1ल्याच
|
|
164
|
-
1ल्याचं
|
|
165
|
-
1ल्यात
|
|
166
|
-
1ल्यास
|
|
167
|
-
1वणे
|
|
168
|
-
1वतीने
|
|
169
|
-
1वर
|
|
170
|
-
1वरून
|
|
171
|
-
1वाचून
|
|
172
|
-
1वात
|
|
173
|
-
1वास
|
|
174
|
-
1विना
|
|
175
|
-
1विरुद्ध
|
|
176
|
-
1विषयी
|
|
177
|
-
1वीत
|
|
178
|
-
1वीस
|
|
179
|
-
1वेत
|
|
180
|
-
1वेस
|
|
181
|
-
1व्यात
|
|
182
|
-
1व्यास
|
|
183
|
-
1शिवाय
|
|
184
|
-
1शील
|
|
185
|
-
1सकट
|
|
186
|
-
1समवेत
|
|
187
|
-
1समान
|
|
188
|
-
1समोर
|
|
189
|
-
1सह
|
|
190
|
-
1सहित
|
|
191
|
-
1साठी
|
|
192
|
-
1सारखा
|
|
193
|
-
1सारखी
|
|
194
|
-
1सारखे
|
|
195
|
-
1सारखं
|
|
196
|
-
1सारख्या
|
|
197
|
-
1संबंधी
|
|
198
|
-
1हून
|
|
199
|
-
|