@lunarisapp/hyphen 0.0.1

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 (112) hide show
  1. package/.turbo/turbo-build.log +23 -0
  2. package/.turbo/turbo-lint.log +12 -0
  3. package/.turbo/turbo-test.log +372 -0
  4. package/CHANGELOG.md +7 -0
  5. package/README.md +43 -0
  6. package/babel.config.js +6 -0
  7. package/dist/dictionaries/hyph_af_ZA.dic +5332 -0
  8. package/dist/dictionaries/hyph_as_IN.dic +100 -0
  9. package/dist/dictionaries/hyph_be_BY.dic +3385 -0
  10. package/dist/dictionaries/hyph_bg_BG.dic +6625 -0
  11. package/dist/dictionaries/hyph_ca.dic +3234 -0
  12. package/dist/dictionaries/hyph_cs_CZ.dic +3637 -0
  13. package/dist/dictionaries/hyph_da_DK.dic +1146 -0
  14. package/dist/dictionaries/hyph_de_AT.dic +77902 -0
  15. package/dist/dictionaries/hyph_de_CH.dic +77902 -0
  16. package/dist/dictionaries/hyph_de_DE.dic +77902 -0
  17. package/dist/dictionaries/hyph_el_GR.dic +579 -0
  18. package/dist/dictionaries/hyph_en_GB.dic +14062 -0
  19. package/dist/dictionaries/hyph_en_US.dic +11130 -0
  20. package/dist/dictionaries/hyph_eo.dic +3407 -0
  21. package/dist/dictionaries/hyph_es.dic +862 -0
  22. package/dist/dictionaries/hyph_et_EE.dic +3692 -0
  23. package/dist/dictionaries/hyph_fr.dic +2914 -0
  24. package/dist/dictionaries/hyph_gl.dic +290 -0
  25. package/dist/dictionaries/hyph_hr_HR.dic +1597 -0
  26. package/dist/dictionaries/hyph_hu_HU.dic +102260 -0
  27. package/dist/dictionaries/hyph_id_ID.dic +12033 -0
  28. package/dist/dictionaries/hyph_is.dic +7695 -0
  29. package/dist/dictionaries/hyph_it_IT.dic +421 -0
  30. package/dist/dictionaries/hyph_kn_IN.dic +100 -0
  31. package/dist/dictionaries/hyph_lt.dic +1547 -0
  32. package/dist/dictionaries/hyph_lv_LV.dic +11900 -0
  33. package/dist/dictionaries/hyph_mn_MN.dic +1004 -0
  34. package/dist/dictionaries/hyph_mr_IN.dic +199 -0
  35. package/dist/dictionaries/hyph_nb_NO.dic +27142 -0
  36. package/dist/dictionaries/hyph_nl_NL.dic +16257 -0
  37. package/dist/dictionaries/hyph_nn_NO.dic +27142 -0
  38. package/dist/dictionaries/hyph_pa_IN.dic +87 -0
  39. package/dist/dictionaries/hyph_pl_PL.dic +4824 -0
  40. package/dist/dictionaries/hyph_pt_BR.dic +1247 -0
  41. package/dist/dictionaries/hyph_pt_PT.dic +308 -0
  42. package/dist/dictionaries/hyph_ro_RO.dic +5220 -0
  43. package/dist/dictionaries/hyph_ru_RU.dic +3875 -0
  44. package/dist/dictionaries/hyph_sa_IN.dic +116 -0
  45. package/dist/dictionaries/hyph_sk_SK.dic +2468 -0
  46. package/dist/dictionaries/hyph_sl_SI.dic +1413 -0
  47. package/dist/dictionaries/hyph_sq_AL.dic +14020 -0
  48. package/dist/dictionaries/hyph_sr-Latn.dic +3412 -0
  49. package/dist/dictionaries/hyph_sr.dic +3365 -0
  50. package/dist/dictionaries/hyph_sv.dic +14954 -0
  51. package/dist/dictionaries/hyph_te_IN.dic +99 -0
  52. package/dist/dictionaries/hyph_th_TH.dic +5245 -0
  53. package/dist/dictionaries/hyph_uk_UA.dic +1654 -0
  54. package/dist/dictionaries/hyph_zu_ZA.dic +171 -0
  55. package/dist/index.d.mts +48 -0
  56. package/dist/index.d.ts +48 -0
  57. package/dist/index.js +236 -0
  58. package/dist/index.mjs +201 -0
  59. package/eslint.config.js +4 -0
  60. package/package.json +51 -0
  61. package/src/dictionaries/hyph_af_ZA.dic +5332 -0
  62. package/src/dictionaries/hyph_as_IN.dic +100 -0
  63. package/src/dictionaries/hyph_be_BY.dic +3385 -0
  64. package/src/dictionaries/hyph_bg_BG.dic +6625 -0
  65. package/src/dictionaries/hyph_ca.dic +3234 -0
  66. package/src/dictionaries/hyph_cs_CZ.dic +3637 -0
  67. package/src/dictionaries/hyph_da_DK.dic +1146 -0
  68. package/src/dictionaries/hyph_de_AT.dic +77902 -0
  69. package/src/dictionaries/hyph_de_CH.dic +77902 -0
  70. package/src/dictionaries/hyph_de_DE.dic +77902 -0
  71. package/src/dictionaries/hyph_el_GR.dic +579 -0
  72. package/src/dictionaries/hyph_en_GB.dic +14062 -0
  73. package/src/dictionaries/hyph_en_US.dic +11130 -0
  74. package/src/dictionaries/hyph_eo.dic +3407 -0
  75. package/src/dictionaries/hyph_es.dic +862 -0
  76. package/src/dictionaries/hyph_et_EE.dic +3692 -0
  77. package/src/dictionaries/hyph_fr.dic +2914 -0
  78. package/src/dictionaries/hyph_gl.dic +290 -0
  79. package/src/dictionaries/hyph_hr_HR.dic +1597 -0
  80. package/src/dictionaries/hyph_hu_HU.dic +102260 -0
  81. package/src/dictionaries/hyph_id_ID.dic +12033 -0
  82. package/src/dictionaries/hyph_is.dic +7695 -0
  83. package/src/dictionaries/hyph_it_IT.dic +421 -0
  84. package/src/dictionaries/hyph_kn_IN.dic +100 -0
  85. package/src/dictionaries/hyph_lt.dic +1547 -0
  86. package/src/dictionaries/hyph_lv_LV.dic +11900 -0
  87. package/src/dictionaries/hyph_mn_MN.dic +1004 -0
  88. package/src/dictionaries/hyph_mr_IN.dic +199 -0
  89. package/src/dictionaries/hyph_nb_NO.dic +27142 -0
  90. package/src/dictionaries/hyph_nl_NL.dic +16257 -0
  91. package/src/dictionaries/hyph_nn_NO.dic +27142 -0
  92. package/src/dictionaries/hyph_pa_IN.dic +87 -0
  93. package/src/dictionaries/hyph_pl_PL.dic +4824 -0
  94. package/src/dictionaries/hyph_pt_BR.dic +1247 -0
  95. package/src/dictionaries/hyph_pt_PT.dic +308 -0
  96. package/src/dictionaries/hyph_ro_RO.dic +5220 -0
  97. package/src/dictionaries/hyph_ru_RU.dic +3875 -0
  98. package/src/dictionaries/hyph_sa_IN.dic +116 -0
  99. package/src/dictionaries/hyph_sk_SK.dic +2468 -0
  100. package/src/dictionaries/hyph_sl_SI.dic +1413 -0
  101. package/src/dictionaries/hyph_sq_AL.dic +14020 -0
  102. package/src/dictionaries/hyph_sr-Latn.dic +3412 -0
  103. package/src/dictionaries/hyph_sr.dic +3365 -0
  104. package/src/dictionaries/hyph_sv.dic +14954 -0
  105. package/src/dictionaries/hyph_te_IN.dic +99 -0
  106. package/src/dictionaries/hyph_th_TH.dic +5245 -0
  107. package/src/dictionaries/hyph_uk_UA.dic +1654 -0
  108. package/src/dictionaries/hyph_zu_ZA.dic +171 -0
  109. package/src/dictionaries/update.sh +7 -0
  110. package/src/index.ts +235 -0
  111. package/tests/hyphen.test.ts +118 -0
  112. package/tsconfig.pkg.json +10 -0
@@ -0,0 +1,99 @@
1
+ UTF-8
2
+ % Hyphenation for Telugu
3
+ % Copyright (C) 2008-2009 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 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 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
+ ఓ1
40
+ ఔ1
41
+ % Break after any dependent vowel, but not before.
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
+ % 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 before chandrabindu, anusvara, visarga,
92
+ % length mark and ai length mark.
93
+ 2ఁ1
94
+ 2ం1
95
+ 2ః1
96
+ 2ౕ1
97
+ 2ౖ1
98
+ % Do not break either side of virama (may be within conjunct).
99
+ 2్2