Doing Hyphenation 'manually' with preloaded patterns.
Hyphenator.config({hyphenchar:'|'});
window.onload = function() {
Hyphenator.hyphenate(document.getElementById('test'), 'en');
};
Hyphenation is indeed quite simple.
Hy|phen|ation is in|deed quite sim|ple.