Skip to content

Commit

Permalink
A couple of 'tamilish' spellings.
Browse files Browse the repository at this point in the history
  • Loading branch information
funderburkjim committed Feb 6, 2021
1 parent d0d93f3 commit 21c8672
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions simple-search/v1.1/simple_search.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ class Simple_Search{
public $transitionTable_default = [
// The spellings are in slp1, but they are to applied when
// the user input spelling is default
["a","A"],
["a","A","ah"], // ah tamilish
["i","I"],
["u","U"],
["o","O"],
["u","U","oo"], // oo = tamilish
["o","O","au","ou"], // au = tamilish
["e","E"],
["r","f","F","ri","ar","ru","rI","R","RI"],
["l","x","X","lri"],
["ou","O"], // tamilish

["h","H"],
["n","Y","N","m","R","M"],
["S","z","s","zh","sh"],
Expand Down

0 comments on commit 21c8672

Please sign in to comment.