How does this message board find similar threads?

  • Thread starter Thread starter feynomite
  • Start date Start date
  • Tags Tags
    Board Threads
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
feynomite
Messages
21
Reaction score
0
I've noticed that at the bottom of each post it shows similar threads, and the matches are pretty good.

Does anyone know how it goes about doing this? Does it summarize an entire thread? Does it use tags?
 
Physics news on Phys.org
Pretty good question... I'd imagine that it just simply uses key-word searching algorithms. IBM's Computer Science Research and Development department are talking about trying to develop a "context" search algorithm instead. So, instead of getting a search engine which might use your keyword and synonyms for the word, you have an algorithm which (somehow) understands the context of what you're searching for.
I doubt that this website has that, since it's still in development, but they might have something nifty.
 
It just picks up a random word from the thread title.
 
michinobu said:
Pretty good question... I'd imagine that it just simply uses key-word searching algorithms. IBM's Computer Science Research and Development department are talking about trying to develop a "context" search algorithm instead. So, instead of getting a search engine which might use your keyword and synonyms for the word, you have an algorithm which (somehow) understands the context of what you're searching for.
I doubt that this website has that, since it's still in development, but they might have something nifty.

Cool concept IBM has there.. kind of like semantic web.

Maybe one day when I have time I'll take a peak at the vBulletin source code. I'm thinking it does a full-text search using the words in the title (eg: "how + does + this + message...") onto all initial posts of threads.