Archive for February, 2007

Extracting a relevant sentence

February 13, 2007

Say you’ve built a PHP / MySQL FULL-TEXT search functionality, and want to display a relevant sentence for each result, in a way like Google does. I’ve written a function that does just that, and thought I’d share it here.
The function takes a multiple sentence text string as input, and a search string. The text [...]