[BangPypers] NLTK

2013-09-07 Thread Gopalakrishnan Subramani
Dear All, I want to build a simple automatic text based chat bot for mobile, tablet specs for proof of concept. Some Ref to talk now: http://www.gsmarena.com/samsung_i9300_galaxy_s_iii-4238.php User: Galaxy SIII Weight Chat Bot: 133 g - User: Galaxy SIII Weight (space between Galaxy

Re: [BangPypers] NLTK

2013-09-07 Thread harish badrinath
Hello, On Sun, Sep 8, 2013 at 2:34 AM, Gopalakrishnan Subramani < gopalakrishnan.subram...@gmail.com> wrote: > Dear All, > > I want to build a simple automatic text based chat bot for mobile, tablet > specs for proof of concept. > > How do you plan to preseed the knowledge for the application (m

Re: [BangPypers] NLTK

2013-09-07 Thread Gopalakrishnan Subramani
I have database of specs in json format. This is not manual effort. Right now, NLTK seems to be hard to me. I will try a plain Python wrappers based on word match, approach NLTK later. Thanks. On Sun, Sep 8, 2013 at 11:29 AM, harish badrinath wrote: > Hello, > > On Sun, Sep 8, 2013 at 2:34 AM

Re: [BangPypers] NLTK

2013-09-15 Thread Deepu Thomas Philip
Take a look at Apache Solr (http://lucene.apache.org/solr/). You can find python clients for Solr here http://wiki.apache.org/solr/SolPython For a quick solution, add all your products to solr with the name of the product as an indexed field. Add the *product id* if you plan on storing specs elsew

Re: [BangPypers] NLTK

2013-09-15 Thread Gopalakrishnan Subramani
Thanks Deepu. This seems to be viable approach. ElasticSearch does similar? On Mon, Sep 16, 2013 at 12:34 AM, Deepu Thomas Philip wrote: > Take a look at Apache Solr (http://lucene.apache.org/solr/). > You can find python clients for Solr here > http://wiki.apache.org/solr/SolPython > > For a qu

[BangPypers] NLTK: Dispersion Plot problem

2010-08-17 Thread Gaurav Kalra
Hi. I have been trying to learn NLTK (http://www.nltk.org/) following instructions over: http://nltk.googlecode.com/svn/trunk/doc/book/ch01.html The point at which I am stuck is using the function dispersion_plot() ( http://nltk.googlecode.com/svn/trunk/doc/api/nltk.draw.dispersion-module.html#dis

Re: [BangPypers] NLTK: Dispersion Plot problem

2010-08-17 Thread JAGANADH G
On Tue, Aug 17, 2010 at 3:04 PM, Gaurav Kalra wrote: > Hi. > I have been trying to learn NLTK (http://www.nltk.org/) following > instructions over: > http://nltk.googlecode.com/svn/trunk/doc/book/ch01.html > > The point at which I am stuck is using the function dispersion_plot() ( > > http://nltk

Re: [BangPypers] NLTK: Dispersion Plot problem

2010-08-18 Thread Gaurav Kalra
> On Tue, Aug 17, 2010 at 3:04 PM, Gaurav Kalra wrote: > > > Hi. > > I have been trying to learn NLTK (http://www.nltk.org/) following > > instructions over: > > http://nltk.googlecode.com/svn/trunk/doc/book/ch01.html > > > > The point at which I am stuck is using the function dispersion_plot() (

Re: [BangPypers] NLTK: Dispersion Plot problem

2010-08-18 Thread JAGANADH G
> > gvka...@gvkalra-laptop:~$ cd Desktop/srv/python-environments/ > gvka...@gvkalra-laptop:~/Desktop/srv/python-environments$ source > gotcha/bin/activate > (gotcha)gvka...@gvkalra-laptop:~/Desktop/srv/python-environments$ python > Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) > [GCC 4.4.3] on l

Re: [BangPypers] NLTK: Dispersion Plot problem

2010-08-18 Thread Gaurav Kalra
> > gvka...@gvkalra-laptop:~$ cd Desktop/srv/python-environments/ > > gvka...@gvkalra-laptop:~/Desktop/srv/python-environments$ source > > gotcha/bin/activate > > (gotcha)gvka...@gvkalra-laptop:~/Desktop/srv/python-environments$ python > > Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) > > [GCC 4