We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53bb675 commit 46ab3c4Copy full SHA for 46ab3c4
6.CHATBOT/6.3.preprocess.ipynb
@@ -7,7 +7,7 @@
7
"#### 앞서구현한 preprocess.py의 함수를 이용해 학습데이터를 준비
8
1def load_data(path)(데이터를불러와 데이터프레임형태로만듬)/ 2def data_tokenizer(data)(데이터를 단어리스트로만듬)
9
3def prepro_like_morphlized(data)(텍스트를 형태소로분리) / 4def load_vocabulary(단어사전을만듬) / 5def make_vocabulary(단어리스트를 인자로 두개의 딕셔너리만듬)
10
- 6def enc_processing(인코더적용 입력값만듬) / 7def dec_output_processing(디코더의 입력값만듬) / 8def dec_target_processing(디코더의 타깃값을만드는 전처리함수)
+ 6def enc_processing(인코더적용 입력값만듬) / 7def dec_output_processing(디코더의 입력값만듬) / 8def dec_target_processing(디코더의 타깃값을만드는 전처리함수) "
11
]
12
},
13
{
0 commit comments