7d1eeeb514d42ae6082e74309bfb162227ce6ba1,t2t_csaky/problems/daily_dialog_chatbot.py,DailyDialogChatbot,create_data,#DailyDialogChatbot#Any#,51
Before Change
break
// close the files
self.close_6_files(trainSource, trainTarget, devSource, devTarget, testSource, testTarget)
dialogs.close()
// save the vocabulary
self.save_vocab(vocabulary)
After Change
break
// close the files
self.close_n_files([trainSource,
trainTarget,
devSource,
devTarget,
testSource,
testTarget])
dialogs.close()
// save the vocabulary
self.save_vocab(vocabulary)
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 3
Instances
Project Name: ricsinaruto/Seq2seqChatbots
Commit Name: 7d1eeeb514d42ae6082e74309bfb162227ce6ba1
Time: 2018-04-24
Author: ricsinaruto@hotmail.com
File Name: t2t_csaky/problems/daily_dialog_chatbot.py
Class Name: DailyDialogChatbot
Method Name: create_data
Project Name: ricsinaruto/Seq2seqChatbots
Commit Name: 7d1eeeb514d42ae6082e74309bfb162227ce6ba1
Time: 2018-04-24
Author: ricsinaruto@hotmail.com
File Name: t2t_csaky/problems/persona_chat_chatbot.py
Class Name: PersonaChatChatbot
Method Name: create_data
Project Name: ricsinaruto/Seq2seqChatbots
Commit Name: 7d1eeeb514d42ae6082e74309bfb162227ce6ba1
Time: 2018-04-24
Author: ricsinaruto@hotmail.com
File Name: t2t_csaky/problems/opensubtitles_chatbot.py
Class Name: OpensubtitlesChatbot
Method Name: create_data
Project Name: ricsinaruto/Seq2seqChatbots
Commit Name: 7d1eeeb514d42ae6082e74309bfb162227ce6ba1
Time: 2018-04-24
Author: ricsinaruto@hotmail.com
File Name: t2t_csaky/problems/cornell_chatbots.py
Class Name: CornellChatbotBasic
Method Name: create_data