We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb2d25 commit 179b9f5Copy full SHA for 179b9f5
chatbot/textdata.py
@@ -436,7 +436,7 @@ def extractConversation(self, conversation):
436
targetLine = conversation['lines'][i+1]
437
438
inputWords = self.extractText(inputLine['text'])
439
- targetWords = self.extractText(targetLine['text'], True)
+ targetWords = self.extractText(targetLine['text'])
440
441
if inputWords and targetWords: # Filter wrong samples (if one of the list is empty)
442
self.trainingSamples.append([inputWords, targetWords])
0 commit comments