Tagged Questions

42
votes
17answers
4k views

How does the Google “Did you mean?” Algorithm work?

I've been developing an internal website for a portfolio management tool. There is a lot of text data, company names etc. I've been really impressed with some search engines ability to very quickly …
1
vote
1answer
44 views

WPF combobox highlight

Hi, In WPF, when I enter some text in combobox, it will highlight the item starting with the text I entered. This highlighting will search the whole text i have entered in the combo box. But instead i …
1
vote
1answer
440 views

.NET: Programmatically search for text in a PDF file and tell the page number?

There are some tools which allow to extract the whole text portion of a PDF file in order to full text index the PDF. What I need is a way to search for certain strings and, if thery were found in …
0
votes
7answers
212 views

how to search for a word in a book programmatically?

I need to develop an application that can search through a book and list out all the pages and lines that contain a given keyword. For books that are split up in some other way, such as a bible …