Language Modeling Approach
Definition
A retrieval approach that represents each document as a probability distribution over terms (a language model) and ranks documents by the likelihood that the model would generate the query, typically P(query | document-model), with smoothing to handle unseen terms.