From 05d39bb0d0f25098f3ba5df9f92298da0442b0aa Mon Sep 17 00:00:00 2001 From: Anthony Marakis Date: Sun, 9 Jul 2017 18:26:19 +0300 Subject: [PATCH] small addition --- text.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text.ipynb b/text.ipynb index 86123ab2e..1ecabaf56 100644 --- a/text.ipynb +++ b/text.ipynb @@ -413,7 +413,7 @@ "\n", "### Overview\n", "\n", - "With **Information Retrieval (IR)** we find documents that are relevant to a user's needs for information. A popular example is a web search engine, which finds and presents to a user pages relevant to a query. An IR system is comprised of the following:\n", + "With **Information Retrieval (IR)** we find documents that are relevant to a user's needs for information. A popular example is a web search engine, which finds and presents to a user pages relevant to a query. Information retrieval is not limited only to returning documents though, but can also be used for other type of queries. For example, answering questions when the query is a question, returning information when the query is a concept, and many other applications. An IR system is comprised of the following:\n", "\n", "* A body (called corpus) of documents: A collection of documents, where the IR will work on.\n", "\n",