Ranked Algorithms
- Tags
- text-processing
An information retrieval model which consider every document as relevant (as opposed to the boolean retrieval model) and tries to order documents by the degree of relevance to the search query.
Different [see page 28, implementations] of the ranked model include:
- Vector Space Model (SMART)
- Probabilistic Model (OKAPI)
- Web Search Engines (Page Rank)