hypher
hypher copied to clipboard
Separates words into syllables.
I read your blog post through the Rust reddit, and this looks like an amazing piece of work! I just wanted to highlight one potential improvement: You currently generate code...
In French, a hyphen can be added right after an apostrophe, which is incorrect.[^1][^2] This can be reproduced in Typst with the following code. ```typ #set text(lang: "fr") #set page(width:...
This is to request the Malayalam language hyphenation support in Typst. "Malayalam is one of the main languages spoken (by 40 million people) in South India, with a rich cultural...
A lot of languages have hyphenation definitions under non permissive license. Therefore they are not included in hyper. Support hyphenation loading at runtime! This would allow typst to better support...
It would be amazing if this could support dictionaries with variable penalties for hyphenation, like in Hunspell-like dictionaries. For example, `hyph_pl_PL.dic` might include entries like: ``` .nie8ch9że. ``` where `.`...
This [hyphenation exceptions log](http://ctan.math.utah.edu/ctan/tex-archive/digests/tugboat/hyphenex/tb0hyf.pdf), as given by the [hyphenex](https://ctan.org/pkg/hyphenex) package, details cases in US English where the default TeX hyphenation is not correct. Examples include: - codesigner is given as...
Church Slavonic has the assigned ISO 639 code 'cu'. Hyphenation patterns for Church Slavonic exist and are open source. They can be downloaded from [here](https://github.com/slavonic/cu-tex/blob/master/hyphenation/hyph-cu.tex). The documentation is [here](https://github.com/slavonic/cu-tex/tree/master/hyphenation). Church...
Galician has [hyph-gl.tex](https://github.com/hyphenation/tex-hyphen/blob/master/hyph-utf8/tex/generic/hyph-utf8/patterns/tex/hyph-gl.tex) It states its under the 'unlicense' license, so I guess its good. Let me know if there is any issue with adding this. Much thanks in advance...
I have 0 rust experience, so just in case, this is exactly what I did: - I first added the patterns from https://github.com/hyphenation/tex-hyphen/blob/master/hyph-utf8/tex/generic/hyph-utf8/patterns/tex/hyph-gl.tex - Then edited the Cargo.toml, and tests/generate...
Currently, only `de-1996` patterns are supported. It would be good to have `de-1901`, too.