Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/sorting/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sql server 表分组中的TSQL类似标题_Sql Server_Tsql_Search_Grouping - Fatal编程技术网

Sql server 表分组中的TSQL类似标题

Sql server 表分组中的TSQL类似标题,sql-server,tsql,search,grouping,Sql Server,Tsql,Search,Grouping,例如: Title Date Today there was a car accident Today Accident in a particular road Today Weather Report Storm in Country Yesterday A storm approaching fro

例如:

Title Date Today there was a car accident Today Accident in a particular road Today Weather Report Storm in Country Yesterday A storm approaching from the north of country Today
我想这会让很多人搜索,提前谢谢。

这样做的目的是什么?有太多的不同单词和重叠匹配的可能组合,使之像您目前描述的那样可行。是的,对单个单词这样做是可行的,否则组合将爆炸。小例子:如果你在上面的数据中加上“国家风暴导致事故”怎么办?你希望结果是什么样的呢?我的目的是从不同的订阅源中搜索当前新闻,只显示一条风暴国家的新闻,没有3-10个订阅源,有相同的新闻重复并填充所有页面。我们有一个团队在工作中这样做。这是超越TSQL的,如果它不是一次性的。。。在任何事情进入最终数据库之前,您需要研究集群和重复数据消除。我们的工作是找到最适合过滤的单词,所以我们训练了一个SVM,但是如果单词每次都改变,你需要一些东西。。。更聪明的。 Title Date Today there was a car accident Today (latest) A Storm approaching from the north of country Today