study/cs4611/c…  · web view2014. 4. 13. · title : cs4611 questions. student name : brian o...

10
Title : CS4611 Questions Student Name : Brian O Regan Student Number : 110707163 Module : CS4611 Exam Date: Friday 16 th May @ 14:00

Upload: others

Post on 05-Dec-2020

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Study/CS4611/C…  · Web view2014. 4. 13. · Title : CS4611 Questions. Student Name : Brian O Regan. Student Number : 110707163. Module : CS4611. Exam Date: Friday 16th May @ 14:00

Title : CS4611 QuestionsStudent Name : Brian O ReganStudent Number : 110707163Module : CS4611Exam Date: Friday 16th May @ 14:00

Page 2: Study/CS4611/C…  · Web view2014. 4. 13. · Title : CS4611 Questions. Student Name : Brian O Regan. Student Number : 110707163. Module : CS4611. Exam Date: Friday 16th May @ 14:00

Title : CS4611 QuestionsStudent Name : Brian O ReganStudent Number : 110707163Module : CS4611Exam Date: Friday 16th May @ 14:00

Page 3: Study/CS4611/C…  · Web view2014. 4. 13. · Title : CS4611 Questions. Student Name : Brian O Regan. Student Number : 110707163. Module : CS4611. Exam Date: Friday 16th May @ 14:00

Title : CS4611 QuestionsStudent Name : Brian O ReganStudent Number : 110707163Module : CS4611Exam Date: Friday 16th May @ 14:00

In a Boolean retrieval system, stemming never lowers precision? False. Stemming can increase the retrieved set without increasing the number of relevant

documents.

In a Boolean retrieval system, stemming never lowers recall? True. Stemming can only increase the retrieved set, which means increased or unchanged

recall.

Stemming increase the size of the vocabulary? False. Stemming decreases the size of the vocabulary.

Stemming should be invoked at indexing time but not while processing a query? False. The same processing should be applied to documents and queries to ensure

matching terms.

Give an example of a sentence that falsely matches the wildcard query mor*ng if the search were to simply use a conjunction of bigrams.

Page 4: Study/CS4611/C…  · Web view2014. 4. 13. · Title : CS4611 Questions. Student Name : Brian O Regan. Student Number : 110707163. Module : CS4611. Exam Date: Friday 16th May @ 14:00

Title : CS4611 QuestionsStudent Name : Brian O ReganStudent Number : 110707163Module : CS4611Exam Date: Friday 16th May @ 14:00

Levenshtein Matrix Edit Distance

Page 5: Study/CS4611/C…  · Web view2014. 4. 13. · Title : CS4611 Questions. Student Name : Brian O Regan. Student Number : 110707163. Module : CS4611. Exam Date: Friday 16th May @ 14:00

Title : CS4611 QuestionsStudent Name : Brian O ReganStudent Number : 110707163Module : CS4611Exam Date: Friday 16th May @ 14:00

Compute Levenshtein distance matrix for OSLO – SNOW

Compute Levenshtein distance matrix for do – redo

Page 6: Study/CS4611/C…  · Web view2014. 4. 13. · Title : CS4611 Questions. Student Name : Brian O Regan. Student Number : 110707163. Module : CS4611. Exam Date: Friday 16th May @ 14:00

Title : CS4611 QuestionsStudent Name : Brian O ReganStudent Number : 110707163Module : CS4611Exam Date: Friday 16th May @ 14:00

Compute Vocabulary Size M

Dictonary Compression

Page 7: Study/CS4611/C…  · Web view2014. 4. 13. · Title : CS4611 Questions. Student Name : Brian O Regan. Student Number : 110707163. Module : CS4611. Exam Date: Friday 16th May @ 14:00

Title : CS4611 QuestionsStudent Name : Brian O ReganStudent Number : 110707163Module : CS4611Exam Date: Friday 16th May @ 14:00

Gamma Code

Ranked Retrieval in the Vector Space Model

Page 8: Study/CS4611/C…  · Web view2014. 4. 13. · Title : CS4611 Questions. Student Name : Brian O Regan. Student Number : 110707163. Module : CS4611. Exam Date: Friday 16th May @ 14:00

Title : CS4611 QuestionsStudent Name : Brian O ReganStudent Number : 110707163Module : CS4611Exam Date: Friday 16th May @ 14:00

Assessing Relevance

Assessing Relevance Exercise

Solution

Page 9: Study/CS4611/C…  · Web view2014. 4. 13. · Title : CS4611 Questions. Student Name : Brian O Regan. Student Number : 110707163. Module : CS4611. Exam Date: Friday 16th May @ 14:00

Title : CS4611 QuestionsStudent Name : Brian O ReganStudent Number : 110707163Module : CS4611Exam Date: Friday 16th May @ 14:00