@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.
Files changed (66) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/eslint.config.js +2 -2
  3. package/jest.config.js +6 -0
  4. package/package.json +13 -11
  5. package/src/dicts.ts +201 -0
  6. package/src/index.ts +17 -63
  7. package/src/types.d.ts +4 -0
  8. package/tests/__mocks__/dic.js +7 -0
  9. package/tests/hyphen.test.ts +8 -42
  10. package/tsup.config.ts +12 -0
  11. package/.turbo/turbo-build.log +0 -23
  12. package/.turbo/turbo-lint.log +0 -12
  13. package/.turbo/turbo-test.log +0 -372
  14. package/dist/dictionaries/hyph_af_ZA.dic +0 -5332
  15. package/dist/dictionaries/hyph_as_IN.dic +0 -100
  16. package/dist/dictionaries/hyph_be_BY.dic +0 -3385
  17. package/dist/dictionaries/hyph_bg_BG.dic +0 -6625
  18. package/dist/dictionaries/hyph_ca.dic +0 -3234
  19. package/dist/dictionaries/hyph_cs_CZ.dic +0 -3637
  20. package/dist/dictionaries/hyph_da_DK.dic +0 -1146
  21. package/dist/dictionaries/hyph_de_AT.dic +0 -77902
  22. package/dist/dictionaries/hyph_de_CH.dic +0 -77902
  23. package/dist/dictionaries/hyph_de_DE.dic +0 -77902
  24. package/dist/dictionaries/hyph_el_GR.dic +0 -579
  25. package/dist/dictionaries/hyph_en_GB.dic +0 -14062
  26. package/dist/dictionaries/hyph_en_US.dic +0 -11130
  27. package/dist/dictionaries/hyph_eo.dic +0 -3407
  28. package/dist/dictionaries/hyph_es.dic +0 -862
  29. package/dist/dictionaries/hyph_et_EE.dic +0 -3692
  30. package/dist/dictionaries/hyph_fr.dic +0 -2914
  31. package/dist/dictionaries/hyph_gl.dic +0 -290
  32. package/dist/dictionaries/hyph_hr_HR.dic +0 -1597
  33. package/dist/dictionaries/hyph_hu_HU.dic +0 -102260
  34. package/dist/dictionaries/hyph_id_ID.dic +0 -12033
  35. package/dist/dictionaries/hyph_is.dic +0 -7695
  36. package/dist/dictionaries/hyph_it_IT.dic +0 -421
  37. package/dist/dictionaries/hyph_kn_IN.dic +0 -100
  38. package/dist/dictionaries/hyph_lt.dic +0 -1547
  39. package/dist/dictionaries/hyph_lv_LV.dic +0 -11900
  40. package/dist/dictionaries/hyph_mn_MN.dic +0 -1004
  41. package/dist/dictionaries/hyph_mr_IN.dic +0 -199
  42. package/dist/dictionaries/hyph_nb_NO.dic +0 -27142
  43. package/dist/dictionaries/hyph_nl_NL.dic +0 -16257
  44. package/dist/dictionaries/hyph_nn_NO.dic +0 -27142
  45. package/dist/dictionaries/hyph_pa_IN.dic +0 -87
  46. package/dist/dictionaries/hyph_pl_PL.dic +0 -4824
  47. package/dist/dictionaries/hyph_pt_BR.dic +0 -1247
  48. package/dist/dictionaries/hyph_pt_PT.dic +0 -308
  49. package/dist/dictionaries/hyph_ro_RO.dic +0 -5220
  50. package/dist/dictionaries/hyph_ru_RU.dic +0 -3875
  51. package/dist/dictionaries/hyph_sa_IN.dic +0 -116
  52. package/dist/dictionaries/hyph_sk_SK.dic +0 -2468
  53. package/dist/dictionaries/hyph_sl_SI.dic +0 -1413
  54. package/dist/dictionaries/hyph_sq_AL.dic +0 -14020
  55. package/dist/dictionaries/hyph_sr-Latn.dic +0 -3412
  56. package/dist/dictionaries/hyph_sr.dic +0 -3365
  57. package/dist/dictionaries/hyph_sv.dic +0 -14954
  58. package/dist/dictionaries/hyph_te_IN.dic +0 -99
  59. package/dist/dictionaries/hyph_th_TH.dic +0 -5245
  60. package/dist/dictionaries/hyph_uk_UA.dic +0 -1654
  61. package/dist/dictionaries/hyph_zu_ZA.dic +0 -171
  62. package/dist/index.d.mts +0 -48
  63. package/dist/index.d.ts +0 -48
  64. package/dist/index.js +0 -236
  65. package/dist/index.mjs +0 -201
  66. package/tsconfig.pkg.json +0 -10
@@ -1,100 +0,0 @@
1
- UTF-8
2
- % Hyphenation for Assamese
3
- % Copyright (C) 2008-2010 Santhosh Thottingal <santhosh.thottingal@gmail.com>
4
- %
5
- % This library is free software; you can redistribute it and/or
6
- % modify it under the terms of the GNU Lesser General Public
7
- % License as published by the Free Software Foundation;
8
- % version 3 or later version of the License.
9
- %
10
- % This library is distributed in the hope that it will be useful,
11
- % but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13
- % Lesser General Public License for more details.
14
- %
15
- % You should have received a copy of the GNU Lesser General Public
16
- % License along with this library; if not, write to the Free Software
17
- % Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18
- %
19
- % GENERAL RULE
20
- % Do not break either side of ZERO-WIDTH JOINER (U+200D)
21
- 2‍2
22
- % Break on both sides of ZERO-WIDTH NON JOINER (U+200C)
23
- 1‌1
24
- % Break before or after any independent vowel.
25
- অ1
26
- আ1
27
- ই1
28
- ঈ1
29
- উ1
30
- ঊ1
31
- ঋ1
32
- ৠ1
33
- ঌ1
34
- ৡ1
35
- এ1
36
- ঐ1
37
- ও1
38
- ঔ1
39
- % Break after any dependent vowel, but not before.
40
- া1
41
- ি1
42
- ী1
43
- ু1
44
- ূ1
45
- ৃ1
46
- ৄ1
47
- ৢ1
48
- ৣ1
49
- ে1
50
- ৈ1
51
- ো1
52
- ৌ1
53
- 2়2
54
- ৗ1
55
- % Break before or after any consonant.
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
- 1ধ
77
- 1ন
78
- 1প
79
- 1ফ
80
- 1ব
81
- 1ভ
82
- 1ম
83
- 1য
84
- 1য়
85
- 1র
86
- 1ল
87
- 1শ
88
- 1ষ
89
- 1স
90
- 1হ
91
- % Do not break after khanda ta.
92
- ৎ1
93
- % Do not break before chandrabindu, anusvara, visarga, avagraha,
94
- % nukta and au length mark.
95
- 2ঃ1
96
- 2ং1
97
- 2ঁ1
98
- 2ঽ1
99
- % Do not break either side of virama (may be within conjunct).
100
- 2্2