Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Relevancy between two sentences in python/C++/C#/Java?

When you see the news from multiple sources, there could be chances for multiple sources(websites) might talk about same stuffs.

Is there any Python/C++/C#/Java library to compare the multiple sentences from different sources and identify the relevancy between them so that the result could be used for grouping of news?


1 Answers

Have a look at the ntlk. They have a classify module for various types of classifications.

like image 152
Vlad H Avatar answered Feb 02 '26 07:02

Vlad H