Random commentary about Machine Learning, BigData, Spark, Deep Learning, C++, STL, Boost, Perl, Python, Algorithms, Problem Solving and Web Search
Thursday, June 23, 2011
Find the minimum window of text containing all the words in a query string
Given a query Q = w1, ... wt made up of t words in AND and an Index of text I, rank the documents contained all the words in I by minimum length of window matching the words.
No comments:
Post a Comment