diff options
Diffstat (limited to 'hyphenation/web/patterns/ta.js')
-rw-r--r-- | hyphenation/web/patterns/ta.js | 12 |
1 files changed, 12 insertions, 0 deletions
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 |