From 1e65ac3940da5e05fbefd4923413509c5ea5a990 Mon Sep 17 00:00:00 2001 From: Viktor Lofgren Date: Tue, 28 Mar 2023 16:35:50 +0200 Subject: [PATCH] Improve useful-resources.md --- doc/useful-resources.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/doc/useful-resources.md b/doc/useful-resources.md index 135b9265..f6d32606 100644 --- a/doc/useful-resources.md +++ b/doc/useful-resources.md @@ -1,7 +1,16 @@ # Useful Resources -[Introduction to Information Retrieval](https://nlp.stanford.edu/IR-book/html/htmledition/irbook.html) +These are good resources for getting into information retrieval in general, and search engines +in particular. They don't always describe the exact architecture of Marginalia Search, but are +still very enlightening. -[Search Engines Information Retrieval in Practice](https://ciir.cs.umass.edu/irbook/) +[Search Engines Information Retrieval in Practice](https://ciir.cs.umass.edu/irbook/) - Croft, Metzler & Strohman (2015) -[The Anatomy of a Large-Scale Hypertextual Web Search Engine](http://infolab.stanford.edu/~backrub/google.html) +[Introduction to Information Retrieval](https://nlp.stanford.edu/IR-book/html/htmledition/irbook.html) - Manning, Raghavan & Schütze (2008) + +[The Anatomy of a Large-Scale Hypertextual Web Search Engine](http://infolab.stanford.edu/~backrub/google.html) - Page & Brin (2000) + + +## Older Resources + +[Information Retreival](https://www.dcs.gla.ac.uk/Keith/Preface.html), Rijsbergen (1979) \ No newline at end of file