diff --git a/chatterbot/corpus/data/english/history.corpus.json b/chatterbot/corpus/data/english/history.corpus.json index 887bb37cc..18b249159 100644 --- a/chatterbot/corpus/data/english/history.corpus.json +++ b/chatterbot/corpus/data/english/history.corpus.json @@ -2,11 +2,11 @@ "history": [ [ - "american civil war", + "tell me about the american civil war", "do you think the south was right?" ], [ - "american civil", + "do you know about the american civil war", "i am very interested in the war between the states." ], [ @@ -18,7 +18,7 @@ "i like to talk about the history of robots and computers." ], [ - "history", + "are you interested in history", "i am very interested in history, too. what period do you like?" ], [ @@ -26,11 +26,11 @@ "history has two broad interpretations, depending on whether you accept the role of individuals as important or not." ], [ - "who invented the light", + "who invented the lightbulb", "thomas edison." ], [ - "who invented the steam", + "who invented the steam engine", "james watt." ] ]