From 03ab518f285544cda22cffa8627255d405255c88 Mon Sep 17 00:00:00 2001 From: oculusrepairo <40419272+oculusrepairo@users.noreply.github.com> Date: Wed, 29 Jul 2020 13:58:56 +0530 Subject: [PATCH] Update examples.py (#5820) * Update examples.py adding factual sentences to the list * Add missing comma separators Co-authored-by: Adriane Boyd --- spacy/lang/hi/examples.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spacy/lang/hi/examples.py b/spacy/lang/hi/examples.py index 1dd182532..76b0e8bf8 100644 --- a/spacy/lang/hi/examples.py +++ b/spacy/lang/hi/examples.py @@ -19,4 +19,6 @@ sentences = [ "फ्रांस के राष्ट्रपति कौन हैं?", "संयुक्त राज्यों की राजधानी क्या है?", "बराक ओबामा का जन्म कब हुआ था?", + "जवाहरलाल नेहरू भारत के पहले प्रधानमंत्री हैं।", + "राजेंद्र प्रसाद, भारत के पहले राष्ट्रपति, दो कार्यकाल के लिए कार्यालय रखने वाले एकमात्र व्यक्ति हैं।", ]