summaryrefslogtreecommitdiffstats
path: root/hyphenation/web/patterns/ta.js
diff options
context:
space:
mode:
authorSanthosh Thottingal <santhosh.thottingal@gmail.com>2009-08-16 18:51:27 +0530
committerSanthosh Thottingal <santhosh.thottingal@gmail.com>2009-08-16 18:51:27 +0530
commit23911ce6b0ef905ae3343c1a8fb47aa2cf1aed32 (patch)
treeaf087895a844e9c90802ba948193806a748b3a65 /hyphenation/web/patterns/ta.js
parenta84534956250badc05e9b190f1559309591c4f15 (diff)
downloadRachana.git-23911ce6b0ef905ae3343c1a8fb47aa2cf1aed32.tar.gz
Rachana.git-23911ce6b0ef905ae3343c1a8fb47aa2cf1aed32.tar.xz
Rachana.git-23911ce6b0ef905ae3343c1a8fb47aa2cf1aed32.zip
Adding hyphenation web based examples and patterns
Diffstat (limited to 'hyphenation/web/patterns/ta.js')
-rw-r--r--hyphenation/web/patterns/ta.js12
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