My friend Jaisen Nedumpala has been developing a Geo-visualisation system for Cheruvannoor Grama Panchayath(Page in ml_IN) of Kerala. The system, developed using FOSS tools is available here
“Development of effective geo-visualisation based decision support system (DSS) involved primarily data compilation from collateral sources, setting up appropriate hardware configuration, design of database and design of a spatial DSS. ”
Jaisen used softwares like GRASS, UMN MapServer and ka-Map. He has written a detailed documentation(English) on how he developed this and what are all the tools used.
[Read More]
UTF8Decoder
zabeehkhan was trying to code a Pashto (ps_AF) module for dhvani. And he told me that “it is not saying anything” :). So I took the code and found the problem. Dhvani has a UTF-8 decoder and UTF-16 converter. It was written by Dr. Ramesh Hariharan and was tested only with the unicode range of the languages in India. It was buggy for most of the other languages and there by the language detection logic and text parsing logic was failing.
[Read More]
Say NO to Software Patents
കെ.ഡി.ഇ. 4.1 പുറത്തിറങ്ങി
മലയാളം കമ്പ്യൂട്ടിങ്ങിന്റെ ചരിത്രത്തിലെ ഒരു സുപ്രധാനനാഴികക്കല്ലായി KDE 4.1 പുറത്തിറങ്ങിയിരിക്കുന്നു…..!
KDE യില് ആദ്യമായി മലയാളത്തിനു് ഔദ്യോഗിക പിന്തുണയുമായി…..!
SMC യുടെ ചരിത്രത്തിലെ നാഴികക്കല്ലുകളിലൊന്നാണിതു്.
10 ദിവസത്തിനുള്ളില് രാത്രിയും പകലും 25 ല് കൂടുതല് കൂട്ടുകാരുടെ കഠിനപരിശ്രമത്തിന്റെ ഫലമായി 10000 ത്തില് പരം വാചകങ്ങള് തര്ജ്ജമ ചെയ്താണു് ഇതു സാധ്യമായതു്.
മലയാളത്തില് തന്നെയുള്ള പ്രസാധനക്കുറിപ്പു് വായിയ്ക്കൂ
കൂടുതല് വിവരങ്ങള് :
KDE 4.1 to Officially Support Malayalam- Praveen’s Blog
KDE യെപ്പറ്റി.
KDE 4.1 Malayalam Screenshots
say_namaskaar.c
/* say_namaskaar.c * This is a sample C code using dhvani text to speech API which I am * developing now and planning to release soon. New version of dhvani * will provide a shared library libdhvani and it allows other C or C++ * applications to use dhvani synthesizer. Tamil and Marathi modules, pitch, tempo * control etc are the features for the coming release. * I need to prepare documentation, fix many bugs, test, commit the files in cvs .
[Read More]
Dhvani Now Speaks Marathi
Thanks to Rahul Bhalerao , he wrote the Marathi module for dhvani– The Indian Language Text to speech System. Dhvani can speak 10 Indian languages now: Bengali, Gujarati, Hindi, Kannada, Malayalam, Marathi, Oriya, Panjabi, Tamil, and Telugu.
Rahul also gave some patches for hindi module and for some other bugs. The code is available in CVS.
The automatic language detection algorithm will not work for Marathi since it uses the devanagari script and I have assigned the unicode range used for language detection to Hindi.
[Read More]
Canonical Equivalence in Unicode: Some notes
Some Notes on Canonical Equivalence in Unicode:
Unicode defines canonical equivalence as follows:
From UAX #15
Canonical Equivalence
This section describes the relationship of normalization to respecting (or preserving) canonical equivalence. A process (or function) respects canonical equivalence when canonical-equivalent inputs always produce canonical-equivalent outputs. For a function that transforms one string into another, this may also be called preserving canonical equivalence. There are a number of important aspects to this concept:
[Read More]
Firefox spellcheck bugs…
Firefox spellcheck feature requires some volunteers to fix the
tokenization issue. There are two bugs related to the tokenization
- Bug 434044 – The tokenization of words for spellcheck is wrong when there is a ZWJ/ZWNJ/ZWS in the word. – Reported: 2008-05-16 07:49 PDT by Santhosh Thottingal
- Bug 318040 – Spell checker flags words containing full stops (periods) Reported: 2005-11-28 12:45 PDT by Joseph Wright
Apt on the Road
10 GB /var/log/messages file
Again fedora! 🙂
After the installation of linux kernel and linux operating system, I installed some libraries, some small applications that I usually use… I have a partition for Fedora 9 with 14 GB size. After installing all those softwares, when I rebooted the system today, the gdm was not starting. GDM kept on restarting and I could not take a user session by pressing ALT + CTRL + F1. hmm… So added single at the kernel argument in the grub, and got the shell.
[Read More]