A method for calculating pattern relevance in a text
Posted on Sat 06 February 2016 in algorithms, IT, programming
This article aims at presenting a method for computing the relevance of a given string (pattern) in a text. This algorithm is at the core of my WordPress plugin Smart Tag Insert.
First of all, there is a difference between a simple pattern matching and computing text pattern relevance. The …