The mudgala koṣa is an application that searches several skt-eng / eng-skt dictionaries. It will search an offline version of the monier-williams dictionary, and several online dictionaries including the Apte dictionary. It also integrates with several online tools including the INRIA sanskrit reader, and JNU declension engine. It accepts several input methods (including itrans, baraha, harvard), and can output sanskrit text in a variety of scripts.
[ link ] mudgala kosha (version 1.00)
This is a windows-only input method editor and conversion utility to convert between various transliteration and unicode output formats. There are other stand-alone IMEs, such as the google IME, and other stand-alone convertors. In spite of that, for some use cases, this tool is superior to other tools.
To use this tool, download and unzip the file. Run the mudgala-ime exe file, and chose your input and output scripts. Use the button in the window to do the conversion in the window. Use the F11 button as a toggle to type directly in unicode aware apps such as Microsoft word.
[ link ] mudgala ime (version 0.2)
This software was a research project into jyotish computational methods. Most people should not use this, as they would benefit from the jagannatha hora software, which is much more advanced. Since the mudgala hora software is released under the GPL, it may still be of some use, and the sources are available here.
[ link ] mudgala hora source code (version 0.2)
On a Mac, use LipikaIME for transliteration based input in Indian languages. Though it supports Itrans mappings, it does not include popular mappings used in software such as Itranslator (eg. ‘M’), or multiple character output for sequences such as ‘x’ and ‘GY’. The two files below have a complete set of Itrans mappings, along with the ability to typeset vedic accents, and independent vowels.
[ link ] mudgala dli downloader (version 1.00)
The digital library of india (link) has a vast repository of sanskrit texts. Unfortunately, it’s user interface makes it very difficult to search and download texts for offline use. This is a small tool for microsoft windows that allows a user to quickly search, download, and convert downloaded pages to pdfs for offline use.
[ link ] dli.py – a python script to deal with the entire workflow around downloading files from the digital library of India.
Please ensure the following tools are installed and available in the default path: wget, tiffcp tiff2pdf and gs. These tools are a part of the “wget”, “libtiff / libtiff-tools” and “ghostscript” packages and can be downloaded using homebrew, apt-get etc. Then, install the python lxml module with “pip install lxml”
The simplest way to use the script is to specify the barcode alone. It will find a server that has the files and will create a file named “title_barcode.pdf” if the python lxml module is installed, and “barcode.pdf” otherwise.
> dli.py BARCODE
> dli.py --help
brew install wget libtiff ghostscript (on mac osx)
apt-get install libtiff-tools python aria2 (on debian)
choco install python2 gow ghostscript aria2 (on windows)
You must now install libtiff manually, since it isn’t supported by chocolatey
XArgs parallelism doesn’t work on windows. Use the aria tool, since it supports parallelism natively.
> dli.py BARCODE --download-tool aria