• Home
Name Date Size #Lines LOC

..--

Ethi/03-May-2024-873866

af/03-May-2024-10,65910,653

am/03-May-2024-993987

as/03-May-2024-195187

be/03-May-2024-3,4263,418

bg/03-May-2024-1,7921,785

bn/03-May-2024-195187

cs/03-May-2024-10,45110,445

cu/03-May-2024-14,85014,842

cy/03-May-2024-6,8186,811

da/03-May-2024-1,2331,226

de/03-May-2024-70,47870,439

el/03-May-2024-694690

en-GB/03-May-2024-8,6898,678

en-US/03-May-2024-7,4387,426

es/03-May-2024-3,7033,696

et/03-May-2024-3,7713,764

eu/03-May-2024-311304

fr/03-May-2024-1,3171,310

ga/03-May-2024-6,1656,157

gl/03-May-2024-2,4142,405

gu/03-May-2024-183175

hi/03-May-2024-191183

hr/03-May-2024-1,5891,581

hu/03-May-2024-62,97562,969

hy/03-May-2024-1,9951,905

it/03-May-2024-507501

ka/03-May-2024-2,1962,192

kn/03-May-2024-197189

la/03-May-2024-2,3372,326

lt/03-May-2024-1,6711,665

lv/03-May-2024-11,67111,668

ml/03-May-2024-215207

mn/03-May-2024-1,0911,084

mr/03-May-2024-191183

nb/03-May-2024-27,53627,525

nl/03-May-2024-17,08517,001

nn/03-May-2024-27,53627,525

or/03-May-2024-181173

pa/03-May-2024-170163

pt/03-May-2024-485480

ru/03-May-2024-4,9694,793

sa/03-May-2024-1,2881,282

sk/03-May-2024-10,44610,440

sl/03-May-2024-1,1721,165

sq/03-May-2024-424419

sv/03-May-2024-15,16015,100

ta/03-May-2024-173165

te/03-May-2024-195187

tk/03-May-2024-2,4542,447

uk/03-May-2024-4,6614,655

Android.mkD03-May-20243.1 KiB10977

METADATAD03-May-202443 43

OWNERSD03-May-202493 75

README.androidD03-May-20242.9 KiB9784

TEST_MAPPINGD03-May-202467 87

build-hyb.mkD03-May-2024397 1410

patterns.mkD03-May-20241.4 KiB7756

README.android

1URL: https://github.com/hyphenation/tex-hyphen
2Version: ecf976ab6995acb653d38ab1af0b9b9829ec0c77
3License: various
4License File: NOTICE
5
6The tex-hyphen package contains hyphenation patterns under several different licenses.
7Patterns licensed under the following open source licenses can be imported here:
8* Apache 2.0
9* Unlicense
10* MIT
11* BSD
12* MPL
13* LGPL 2.1
14
15Description:
16Hyphenation patterns for automatic hyphenation from TeX hyphenation patterns
17project at http://www.hyphenation.org.
18
19A few languages are from other sources with the individual repositories as listed below:
20Czech (cs) - https://github.com/tensojka/cshyphen
21Dutch (nl) - https://github.com/OpenTaal/opentaal-hunspell
22Swedish (sv) - https://cgit.freedesktop.org/libreoffice/dictionaries/tree/sv_SE/hyph_sv.dic
23Russian (ru) - https://github.com/laboratory50/russian-spellpack
24
25Local Modifications:
26The patterns are taken from the hyph-utf8/tex/generic/hyph-utf8/patterns/txt directory.
27
28Only the following patterns are included from that directory:
29
30* Amharic (am)
31* Armenian (hy)
32* Assamese (as)
33* Basque (eu)
34* Belarusian (be)
35* Bengali (bn)
36* Bulgarian (bg)
37* Church Slavonic (cu)
38* Croation (hr)
39* Danish (da)
40* Estonian (et)
41* Ethiopic script (und-Ethi)
42* French (fr)
43* Galician (gl)
44* German (de)
45* Gujarati (gu)
46* Hindi (hi)
47* Hungarian (hu)
48* Irish (ga)
49* Kannada (kn)
50* Latin (la)
51* Latvian (lv)
52* Lithuanian (lt)
53* Malayalam (ml)
54* Marathi (mr)
55* Mongolian written in Cyrillic (mn-cyrl)
56* Norwegian Bokmål (nb)
57* Norwegian Nynorsk (nn)
58* Oriya (or)
59* Portuguese (pt)
60* Punjabi (pa)
61* Sanskrit (sa)
62* Slovenian (sl)
63* Spanish (es)
64* Tamil (ta)
65* Telugu (te)
66* Turkmen (tk)
67* Ukrainian (uk)
68* US English (en-US)
69* Welsh (cy)
70
71The Ethiopic script pattern files have been renamed from mul-ethi to und-ethi,
72to properly follow BCP 47 naming.
73
74In case hyphenation patterns are licensed under dual licenses,
75hyph-{lang}.lic.txt files are edited to keep only the license Android applies
76as listed in the corresponding NOTICE files.
77
78For the German (de) patterns, the *.chr.txt has been automatically generated
79based on the contents of the pattern files, using the the create_chr.py script
80created by Android engineers.
81
82British English (en-GB) patterns are taken from a different part of the
83tex-hyphen repository. Please see the README.android file in the 'en-GB'
84directory.
85
86US English (en-US) patterns have been modified to remove patterns added to
87the end of the file that had been incorrectly computed based on the TUGboat
88hyphenation exception list. To compensate for that, the TUGboat hyphenation
89exception list for US English has been downloaded from
90<http://mirror.ctan.org/info/digests/tugboat/hyphenex/ushyphex.tex> and
91explicitly added to the end of the hyphenation exception file for US
92English.
93
94Swedish (sv) patterns are converted to utf-8 and the first three
95lines(encoding, leftmin, rightmin) are removed to preserve the hyphenation
96pattern only in *.pat.txt
97