Hyphenator

Hyphenator is used to build the pattern tries.

Constructors

this
this(string s)

initialize with the content of a Tex pattern file

Members

Functions

hyphenate
string hyphenate(const(char)[] word, const(char)[] hyphen)

hyphenate $(PARAM word) with $(PARAM hyphen)

hyphenate
void hyphenate(const(char)[] word, const(char)[] hyphen, void delegate(in char[]) sink)

hyphenate $(PARAM word) with $(PARAM hyphen) and output the result to $(PARAM sink)

Meta