similarity
Matching Based on Arbitrary Categories and Similarity Measures
开发者_Python百科I have customer database who have certain attributes, and a customer type. The collection of attributes can vary (they do come from a finite set though), and when I look at a new cust[详细]
2023-02-22 04:52 分类:问答Analyze text (lemmatization, edit distance)
I need to analyze the text to exist in it banned words. Suppose the black list is the word: \"Forbid\". The word has many forms. In the text the word can be, for example: \"forbidding\", \"forbidden\"[详细]
2023-02-21 13:16 分类:问答how to compare similarity between two Multi Dimensional Arrays in Java
I have made a program which builds 3 graphs(arc and node). The graphs were built based on2D arrays of 1 and 0.[详细]
2023-02-19 20:43 分类:问答finding similar strings to given by keywords, each keyword have got it's own 'power'
This question is a chalenge for me, my friend can`t tell me how to do it, but he is really good programmer (I think).[详细]
2023-02-19 02:52 分类:问答Similar Data Algorithm
I have a couple DBs of user information, each one 10k-20k entries, each one from a couple of different sources, and each one constantly growing. I\'m looking to create a tool that can within a certain[详细]
2023-02-16 12:20 分类:问答SELECTing two random rows in an SQL table where the values of a column come very close
I ran into a little problem. I am creating a web app with code snippets. Users are confronted with two random code snippets which are tagged similarly and they must choose which of the two they like t[详细]
2023-02-15 23:42 分类:问答How does Stack Overflow display similar questions when you type in a new question?
This is one of the things that Stack Overflow and the rest of the sites that run on this platform do very well. As soon as you try to create a new ques开发者_运维技巧tion, a little window is shown tha[详细]
2023-02-15 14:29 分类:问答Algorithm for discrete similarity metric
Given that I have two lists that each contain a separate subset of a common superset, is there an algorithm to give me a similarity measurement?[详细]
2023-02-13 12:07 分类:问答String similarity in PHP: levenshtein like function for long strings
The function levenshtein in PHP works on strings with maximum length 255.What are good alternatives to compute a similarity score of sentences in PHP.[详细]
2023-02-12 17:51 分类:问答Javascript text similarity algorithm
I\'m building a website that should collect various news feeds and would like the texts to be compared for similarity. What i need is some sort of a news text similarity algorithm.[详细]
2023-02-12 02:40 分类:问答