Question: 2. Write a search engine script in MATLAB. Your script should take as inputs a term-document matrix A, a query vector, and a tolerance. The

2. Write a search engine script in MATLAB. Your script should take as inputs a term-document matrix A, a query vector, and a tolerance. The output of your script must repeat the query and must clearly identify which documents (columns of A) are relevant to that query. It must also show the cosine value for each document deemed relevant. 3. Check that you can reproduce all of the results in the above text using your search engine script. The queries you must try are q)(010 0 0) q(2) = (1 0 0 0 0 0)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
