From 23911ce6b0ef905ae3343c1a8fb47aa2cf1aed32 Mon Sep 17 00:00:00 2001 From: Santhosh Thottingal Date: Sun, 16 Aug 2009 18:51:27 +0530 Subject: Adding hyphenation web based examples and patterns --- hyphenation/web/patterns/ta.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 hyphenation/web/patterns/ta.js (limited to 'hyphenation/web/patterns/ta.js') diff --git a/hyphenation/web/patterns/ta.js b/hyphenation/web/patterns/ta.js new file mode 100644 index 0000000..fe06b86 --- /dev/null +++ b/hyphenation/web/patterns/ta.js @@ -0,0 +1,12 @@ +// For questions about the Tamil hyphenation patterns +// ask Santhosh Thottingal (santhosh dot thottingal at gmail dot com) +Hyphenator.languages.ta = { + leftmin : 2, + rightmin : 2, + shortestPattern : 1, + longestPattern : 1, + specialChars : 'ஆஅஇஈஉஊஎஏஐஒஔகஙசஜஞடணதநபமயரலவஶஷஸஹளழறிீாுூெேொாோைௌௗ்ஃஂ', + patterns : { + 2 : 'அ1ஆ1இ1ஈ1உ1ஊ1எ1ஏ1ஐ1ஒ1ஔ1ி1ா1ீ1ு1ூ1ெ1ே1ொ1ோ1ௌ1ௗ1்2ஃ1ஂ11க1ங1ச1ஜ1ஞ1ட1ண1த1ந1ப1ம1ய1ர1ல1வ1ஶ1ஷ1ஸ1ஹ1ள1ழ1ற' + } +}; \ No newline at end of file -- cgit