diff --git a/beginner_source/chatbot_tutorial.py b/beginner_source/chatbot_tutorial.py index 69f991f4e..e191dba10 100644 --- a/beginner_source/chatbot_tutorial.py +++ b/beginner_source/chatbot_tutorial.py @@ -419,7 +419,7 @@ def loadPrepareData(corpus, corpus_name, datafile, save_dir): # 1) ``voc.trim`` 함수를 이용하여 ``MIN_COUNT`` 라는 기준 이하의 단어를 # 제거합니다. # -# 2) 제거하기로 한 단어를 포함하는 경우를 pairs에서 제외합니다 +# 2) 제거하기로 한 단어를 포함하는 경우를 pairs에서 제외합니다. # MIN_COUNT = 3 # 제외할 단어의 기준이 되는 등장 횟수