How does this message board find similar threads?

  • Thread starter Thread starter feynomite
  • Start date Start date
  • Tags Tags
    Board Threads
AI Thread Summary
The discussion centers on the mechanism behind the display of similar threads at the bottom of forum posts. Participants speculate that the website likely employs keyword searching algorithms to generate these suggestions, possibly using words from thread titles. There is mention of IBM's research into developing a "context" search algorithm that aims to understand the context of searches rather than just relying on keywords and synonyms. However, it is suggested that this forum may not yet utilize such advanced technology. One user expresses interest in examining the vBulletin source code to better understand the search functionality, hypothesizing that it may involve full-text searches of initial posts. The conversation highlights the potential for more sophisticated search methods in the future, akin to concepts like the semantic web.
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?
 
Technology 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.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top