Lua implementation of Knuth-Liang hyphenation algorithm.
Go to file
gracjan 1941e8f72a Upload files to "/"
Signed-off-by: gracjan <gracjan@noreply.git.sekulski.org>
2024-09-13 16:49:36 +00:00
CODE_OF_CONDUCT.md Upload files to "/" 2024-09-13 16:49:36 +00:00
CONTRIBUTING.md Upload files to "/" 2024-09-13 16:49:36 +00:00
LICENSE Upload files to "/" 2024-09-13 16:49:36 +00:00
README.md Upload files to "/" 2024-09-13 16:49:36 +00:00
hyphenate.lua Upload files to "/" 2024-09-13 16:49:36 +00:00

README.md

Hyphenate

Lua implementation of KnuthLiang hyphenation algorithm.

Getting Started

To get started with Hyphenate:

$ git clone https://github.com/gsekulski/hyphenate.git
$ cd hyphenate
$ lua hyphenate.lua incomprehensibility

Contributing

Thank for you contributing to Hyphenate! We welcome new contributors of all backgrounds. See CONTRIBUTING.md for more details.

License

This is free and unencumbered software released into the public domain. See LICENSE for more details.