Re: [Ilugc] Centralized Tamil Spell checker for GNU/LINUX

2009-03-05 Thread S.Selvam Siva
 Where can I download the Centralized Tamil Spell checker for GNU/LINUX ?
 Plz somebody post the link.

 Kandaswamy



http://launchpad.net/~tamilspellchecker is the link to our project.

As of now only 30,000 words are there .I am yet to push the latest code
which contains 4.8 lakh words (whose size is around 20 MB) to launchpad
project repository ,as i am accessing internet using my mobile GPRS .So i
can not upload the latest code and corpus collection.Please wait for a while
to get the latest code.

-- 
Yours,
S.Selvam
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Centralized Tamil Spell checker for GNU/LINUX

2009-03-04 Thread S.Selvam Siva
Hi all,

I am happy to share ,our project Centralized Tamil spell checker for
GNU/Linux ,got the best project
prize in FOSSCONF 09 held at Thyagaraja College of Engineering madurai.

I am really happy to share the people who are behind the screen,who always
be a motivating factor

Shriramadhas (Ubuntu Tamil team)
Kumaran (HOD ,CSE, Jaya Engineering College)
Sivaji(CSE,Final year,,Jaya Engineering College)

Also ,i am thankful to all the ilugc members who encouraged me a lot, by
giving their valuable suggestions.

-- 
Yours,
S.Selvam
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Centralized Tamil Spell checker for GNU/LINUX

2009-02-10 Thread S.Selvam Siva
Hi all,

We have completed our first phase development of Tamil Spell Checker for
GNU/Linux with the following basic features
1)Contains 27989 tamil words.
2)Includes only 3 buttons.
3)marks the mis-spelled word while displaying it.

Launchpad link is
http://launchpad.net/~tamilspellcheckerhttp://launchpad.net/%7Etamilspellchecker

For convenience i have uploaded the source-code.tar.gz to launchpad which
you can use to test it.

*To see the revision details*:
https://code.launchpad.net/%7Etamilspellchecker/tamilspellchecker/dev-tamilspellchecker/

To download source-code:
http://bazaar.launchpad.net/~tamilspellchecker/tamilspellchecker/dev-tamilspellchecker/fileshttp://bazaar.launchpad.net/%7Etamilspellchecker/tamilspellchecker/dev-tamilspellchecker/files

Next steps will be ,
1)Root word collection and derived word generation
2)Implementing common Tamil grammar rules (like சந்திப் பிழை)

I will be happy to hear suggestions from you.



-- 
Yours,
S.Selvam
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with
unsubscribe password address
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Shell-script when cron'ed does not send mail (using sendmail)

2009-01-18 Thread S.Selvam Siva
On Tue, Jan 13, 2009 at 2:57 PM, Arun Khan kn...@yahoo.com wrote:
 Are you executing the job as a regular user or system cron?
 Accordingly, you must add MAILTO=emailid either in /etc/crontab or
 the user's crontab.

Hi,

MAILTO=emailid guided me to find what was the problem with sendmail when
cronned.

The Problem was  sendmail: command not found . So, sendmail when cronned
requires its *complete path*. Eg. /usr/sbin/sendmail as in my case.

Thankyou for your valuable suggestions. Now, sendmail is sending mails when
it is cronned.

-- 
Yours,
S.Selvam
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Shell-script when cron'ed does not send mail (using sendmail)

2009-01-13 Thread S.Selvam Siva
Hi,

We wrote a shell script which will do some posting work and need to
send the details of the work(posting).
It works fine when it is not cronned ,but it does not send mail when cronned.
I googled on this and found that we need some authentication for
sendmail to work when it is cronned. I tried the following cron-script
but it failed:

 echo password | sudo -u username -S script-to-send-mail.sh

please guide me on this problem


-- 
Yours,
S.Selvam
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] installing solr in ubuntu

2009-01-03 Thread S.Selvam Siva
Hello,

I want to install solr in ubuntu 8.10.I installed apache-tomcat and it is
running.
But i don't know how to install solr from source.(i have
apache-solr-1.3.0.zip)
I could not able to get any nice tutorial by googling.
It will be nice if someone can give me useful links or guidance to install
solr.

-- 
Yours,
S.Selvam
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] gedit module help

2008-12-31 Thread S.Selvam Siva
hello,

I am designing  *Tamil spell checker* plugin for Gedit.I tried google to
find useful links for gedit plugin design with python.
Many web pages explain only basics of plugin design.(eg. activate,deactivate
and updateui)

I need something more than that.Eg*.Underlining a mispelled
word,highlighting a particular word with some colour and displaying
suggestions in a context menu.*

It will be nice if you can send any useful urls or details , which
deals*Gedit plugin  creation in depth
*...

-- 
Yours,
S.Selvam
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] gedit module help

2008-12-31 Thread S.Selvam Siva
On Wed, Dec 31, 2008 at 3:17 PM, kish realmai...@gmail.com wrote:

 http://live.gnome.org/Gedit/PythonPluginHowTo

 http://pyenchant.sourceforge.net/


Thank you kish. It served the purpose.
-- 
Yours,
S.Selvam
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Centralized Tamil Spell checker for GNU/LINUX

2008-12-17 Thread S.Selvam Siva
  Currently i am using Google doc to organize the Tamil word list, but its
  very slow as i am using mobile GPRS Internet connection.

 how does aspell organise the word list?


aspell-ta uses plain text with single word in a line, as of now there are
only 14,000 tamil words.

Many commonly used words are not there eg  காதல்,
we need help to collect, organize and index  Tamil  words for that we are
using google doc now


 Why do you need to use google docs?
 Why do you not do it on your own machine?






-- 
Yours,
S.Selvam
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Centralized Tamil Spell checker for GNU/LINUX

2008-12-17 Thread S.Selvam Siva

 The word alternatives are listed as radio buttons with the buttons aligned
 straight to them, which visually implies that each button has something to
 do with the option it is lined with, but it is not exactly true in your
 case.

 Also, the common way of offering options in spell checkers is through a
 single-selectable list box and the buttons aligned in a 2 row or 3 row two
 column arrangement. You can see this in the default spell checker used in
 Gedit.


thank you for your valuable suggestion,i actually tried with gtk Treeview
and Liststore to display list of item  ,but its truly hard to use and
finding the selected item(as i am new).

Now i am trying with kiwi-python module's ObjectList.

suggestions are welcome.




-- 
Yours,
S.Selvam
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Centralized Tamil Spell checker for GNU/LINUX

2008-12-17 Thread S.Selvam Siva

 Can you share the google doc with us?
 --
 Regards,
 T.Shrinivasan


Here is the link for tamil word-list which i extracted from aspell:

http://docs.google.com/Doc?id=d473z8t_25fr39nfw


-- 
Yours,
S.Selvam
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc