nikonyrh / hyphenator-clj

Hyphenator algorithm implemented in Clojure

Home Page:https://nikonyrh.github.io/cljhyphenation.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hyphenator-clj

A re-implementation of a hyphenation algorithm I originally did in PHP. Available at Clojars:

[org.clojars.nikonyrh.hyphenator-clj "0.1.1"]

Usage:

(ns example.core (:require [hyphenator-clj.core :as h]))
(defn -main [& argv] (doseq [arg argv] (println (h/hyphenate arg :hyphen \-))))

About

Hyphenator algorithm implemented in Clojure

https://nikonyrh.github.io/cljhyphenation.html

License:Apache License 2.0


Languages

Language:Clojure 100.0%