0

grouping / comparing the similar news stories together which are gathered from different sources using RSS feeds.

Are there any API / Code available for this.

Please help.

Regards, Gourav

gourav
  • 1,397
  • 5
  • 20
  • 31

1 Answers1

1

You're not likely to find anything that specific, but there are NLP libraries which have NLP capabilities which you can design your app around. See NLP programming tools using PHP? which accepted Solr as the recommended solution.

You'll likely have more luck if you relax the language constraints: much more NLP of that nature is written in Java (e.g. Stanford JavaNLP), C/C++, or even Lisp.

Community
  • 1
  • 1
Chadwick
  • 12,555
  • 7
  • 49
  • 66