From 8f4d42365c1ecc902183952347787b5dd12fcffd Mon Sep 17 00:00:00 2001 From: 2kkeullim Date: Wed, 27 Jul 2022 10:16:03 +0900 Subject: [PATCH] =?UTF-8?q?beginner/chatbot=5Ftutorial=20=EC=98=A4?= =?UTF-8?q?=ED=83=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit beginner/chatbot_tutorial 오타 수정 --- beginner_source/chatbot_tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # 제외할 단어의 기준이 되는 등장 횟수