# Hyphenate Lua implementation of Knuth–Liang 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](CONTRIBUTING.md) for more details. ## License This is free and unencumbered software released into the public domain. See [LICENSE](LICENSE) for more details.