From 139945decc88e59ac7cdf0ecbf52f6bb68a09306 Mon Sep 17 00:00:00 2001 From: Nirant Date: Fri, 9 Mar 2018 08:00:46 +0530 Subject: [PATCH] Fix broken NCERT link as per #1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3914df0..bd2f844 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Text **Open Domain Question Answering** - Can you build a bot which answers questions according to the student's age or her curriculum? - [Facebook's FAIR](https://github.com/facebookresearch/DrQA) built similar for Wikipedia -- Dataset: [NCERT books](https://www.github.com/NirantK/ncert) for K-12/school students in India, [NarrativeQA by Google DeepMind](https://github.com/deepmind/narrativeqa) and [SQuAD by Stanford](https://rajpurkar.github.io/SQuAD-explorer/) +- Dataset: [NCERT books](http://ncert.nic.in/ebooks.html) for K-12/school students in India, [NarrativeQA by Google DeepMind](https://github.com/deepmind/narrativeqa) and [SQuAD by Stanford](https://rajpurkar.github.io/SQuAD-explorer/) **Automatic Text Summarization** - Can you create a summary with the major points of the original document?