Re: [BangPypers] How to compare the relevancy between news headlines?

2011-06-19 Thread Vijay Ramachandran
On Tue, Jun 14, 2011 at 12:07 PM, bangpypers-requ...@python.org wrote: While looking into news.google.co.in site, they find the similar news by grouping them.. For example, The following news headlines from different online portal are grouped together. Jayalalithaa meets PM, DMK watches

Re: [BangPypers] How to compare the relevancy between news headlines?

2011-06-14 Thread Ramdas S
On Tue, Jun 14, 2011 at 12:07 PM, Gopalakrishnan Subramani gopalakrishnan.subram...@gmail.com wrote: All, While looking into news.google.co.in site, they find the similar news by grouping them.. For example, The following news headlines from different online portal are grouped together.

Re: [BangPypers] How to compare the relevancy between news headlines?

2011-06-14 Thread Venkatraman S
On Tue, Jun 14, 2011 at 12:07 PM, Gopalakrishnan Subramani gopalakrishnan.subram...@gmail.com wrote: Jayalalithaa meets PM, DMK watches closely Jaya to meet PM today in New Delhi Jaya-PM meet, 'jittery' DMK watches on Times How to do this in Python? I think, NLT toolkit is too large for me

Re: [BangPypers] How to compare the relevancy between news headlines?

2011-06-14 Thread Gopalakrishnan Subramani
Thanks for suggestion. Can you give me a specific NLT toolset/approach with example if you have experience already? On Tue, Jun 14, 2011 at 12:57 PM, Venkatraman S venka...@gmail.com wrote: On Tue, Jun 14, 2011 at 12:07 PM, Gopalakrishnan Subramani gopalakrishnan.subram...@gmail.com wrote:

Re: [BangPypers] How to compare the relevancy between news headlines?

2011-06-14 Thread director guruprevails
You have to learn NLP and Machine Learning On 6/14/11, Gopalakrishnan Subramani gopalakrishnan.subram...@gmail.com wrote: All, While looking into news.google.co.in site, they find the similar news by grouping them.. For example, The following news headlines from different online portal are

Re: [BangPypers] How to compare the relevancy between news headlines?

2011-06-14 Thread Venkatraman S
On Tue, Jun 14, 2011 at 1:28 PM, Gopalakrishnan Subramani gopalakrishnan.subram...@gmail.com wrote: Thanks for suggestion. Can you give me a specific NLT toolset/approach with example if you have experience already? Use Google. Shingling followed by Jaccard similarity. -V

Re: [BangPypers] How to compare the relevancy between news headlines?

2011-06-14 Thread Gora Mohanty
On Tue, Jun 14, 2011 at 1:28 PM, Gopalakrishnan Subramani gopalakrishnan.subram...@gmail.com wrote: Thanks for suggestion. Can you give me a specific NLT toolset/approach with example if you have experience already? Try clustering with Python NLTK ( http://www.nltk.org/ ). NLTK is well

Re: [BangPypers] How to compare the relevancy between news headlines?

2011-06-14 Thread Gopalakrishnan Subramani
Dear All, Thanks for very informative answers. I would follow NLT also try out Patra's advice as well. Post you my updates. -- Gopal On Tue, Jun 14, 2011 at 4:55 PM, Gora Mohanty g...@mimirtech.com wrote: On Tue, Jun 14, 2011 at 1:28 PM, Gopalakrishnan Subramani

Re: [BangPypers] How to compare the relevancy between news headlines?

2011-06-14 Thread Anand Balachandran Pillai
On Tue, Jun 14, 2011 at 5:16 PM, Gopalakrishnan Subramani gopalakrishnan.subram...@gmail.com wrote: Dear All, Thanks for very informative answers. I would follow NLT also try out Patra's advice as well. Post you my updates. You can also do this by utilizing the entity