Skip to content

Commit 46ab3c4

Browse files
authored
Update 6.3.preprocess.ipynb
1 parent 53bb675 commit 46ab3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

6.CHATBOT/6.3.preprocess.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"#### 앞서구현한 preprocess.py의 함수를 이용해 학습데이터를 준비
88
1def load_data(path)(데이터를불러와 데이터프레임형태로만듬)/ 2def data_tokenizer(data)(데이터를 단어리스트로만듬)
99
3def prepro_like_morphlized(data)(텍스트를 형태소로분리) / 4def load_vocabulary(단어사전을만듬) / 5def make_vocabulary(단어리스트를 인자로 두개의 딕셔너리만듬)
10-
6def enc_processing(인코더적용 입력값만듬) / 7def dec_output_processing(디코더의 입력값만듬) / 8def dec_target_processing(디코더의 타깃값을만드는 전처리함수)
10+
6def enc_processing(인코더적용 입력값만듬) / 7def dec_output_processing(디코더의 입력값만듬) / 8def dec_target_processing(디코더의 타깃값을만드는 전처리함수) "
1111
]
1212
},
1313
{

0 commit comments

Comments
 (0)