CSC413 Information Retrieval

Information RetrievalModel question

How rules are defined in Porter stemmer? Given the following documents and query rank the documents. doc1 = "finite state machine" doc2 = "transition machine" doc3 = "transition state" query =…

10

How rules are defined in Porter stemmer? Given the following documents and query rank the documents.
doc1 = "finite state machine"
doc2 = "transition machine"
doc3 = "transition state"
query = "state machine"

A worked answer is on its wayMeanwhile, read the Information Retrieval notes for this topic.

Discussion

Loading…

More Information Retrieval questions

All Information Retrieval old questions