From 21c86727c49d94468f1e61ccced5cb0e3f598d33 Mon Sep 17 00:00:00 2001 From: funderburkjim Date: Sat, 6 Feb 2021 15:59:33 -0500 Subject: [PATCH] A couple of 'tamilish' spellings. Ref: https://github.com/sanskrit-lexicon/csl-apidev/issues/26#issuecomment-768483478 --- simple-search/v1.1/simple_search.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/simple-search/v1.1/simple_search.php b/simple-search/v1.1/simple_search.php index 1731ddd..aedc3aa 100644 --- a/simple-search/v1.1/simple_search.php +++ b/simple-search/v1.1/simple_search.php @@ -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"],