mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-10 16:22:29 +03:00
fix broken example in spaCy universe Chatterbot
This commit is contained in:
parent
6bbc2b1956
commit
413f745c68
|
@ -563,7 +563,7 @@
|
||||||
"trainer = ListTrainer(chatbot)",
|
"trainer = ListTrainer(chatbot)",
|
||||||
"trainer.train([",
|
"trainer.train([",
|
||||||
"'Hi, can I help you?',",
|
"'Hi, can I help you?',",
|
||||||
"'Sure, I would like to book a flight to Iceland.",
|
"'Sure, I would like to book a flight to Iceland.',",
|
||||||
"'Your flight has been booked.'",
|
"'Your flight has been booked.'",
|
||||||
"])",
|
"])",
|
||||||
"",
|
"",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user