Connecting Tech Pros Worldwide Forums | Help | Site Map

Most relevant passage retrieval

sysindex
Guest
 
Posts: n/a
#1: Jul 22 '05
I need to write an algorithm to retrieve most relevant passage from a
large body of text. The passage needs to relevant to the search term.
Sort of like what Google displays on their search results page as the
summary of the page. Thanks in advance.

Victor Bazarov
Guest
 
Posts: n/a
#2: Jul 22 '05

re: Most relevant passage retrieval


sysindex wrote:[color=blue]
> I need to write an algorithm to retrieve most relevant passage from a
> large body of text. The passage needs to relevant to the search term.
> Sort of like what Google displays on their search results page as the
> summary of the page. Thanks in advance.[/color]

What does it have to do with C++ language? Display three words
before the word you find and three words after, you'll get your
"passage".
Closed Thread