-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c4b75d
commit ca23e8a
Showing
4 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/* This code is developed by Dr. Dhaval Patel ([email protected]) of www.sanskritworld.in and Ms. Sivakumari Katuri. | ||
* Layout assistance by Mr Marcis Gasuns. | ||
* Available under GNU licence. | ||
* Version 1.7.0 date 13 March 2016 | ||
* Version 1.8.0 date 20 March 2016 | ||
* The latest source code is available at https://github.com/drdhaval2785/SanskritVerb . | ||
* Acknowledgements: The base book for coding has been Astadhyayi sahajabodha of Dr. Pushpa Dikshit, published by Pratibha Prakashan, Delhi. | ||
* I extend my heartfelt thanks to Ananda Loponen for the code to convert devanagari and various sanskrit transliterations. That can be accessed at http://www.ingmardeboer.nl/php/diCrunch.php?act=help. | ||
|
@@ -2487,6 +2487,16 @@ | |
$abhyAsa=1; | ||
$abhyasta=1; | ||
} | ||
if (arr($text,'/ya[+]Sap[+]/')) | ||
{ | ||
storedata('1.3.3','pa',0); | ||
storedata('1.3.8','pa',0); | ||
$text = one(array("ya+Sap+"),array("ya+a+"),0); | ||
storedata('1.3.9','sa',0); | ||
$text = one(array("ya+a+"),array("ya+"),0); | ||
storedata('6.1.97','sa',0); | ||
} | ||
|
||
$yaGverb = change('/[+][^+]*$/',''); | ||
$verb_without_anubandha = str_replace('+','',$yaGverb[0]); | ||
$text = one($yaGverb,array($verb_without_anubandha),0); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/* This code is developed by Dr. Dhaval Patel ([email protected]) of www.sanskritworld.in and Ms. Sivakumari Katuri. | ||
* Layout assistance by Mr Marcis Gasuns. | ||
* Available under GNU licence. | ||
* Version 1.7.0 date 13 March 2016 | ||
* Version 1.8.0 date 20 March 2016 | ||
* The latest source code is available at https://github.com/drdhaval2785/SanskritVerb | ||
* For setup, copy and paste tiGanta.html, tiGanta.php, and scripts folder to your localhost and server and run tiGanta.html. | ||
* tiGanta.html is the frontend for the code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters