empchat/datasets/loader.py [136:144]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                self.temp_dict,
                data_folder=self.opt.empchat_folder,
                maxlen=self.opt.max_sent_len,
                reactonly=self.opt.reactonly,
                history_len=self.opt.max_hist_len,
                fasttext=self.opt.fasttext,
                fasttext_type=self.opt.fasttext_type,
                fasttext_path=self.opt.fasttext_path,
            )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



empchat/datasets/loader.py [180:188]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                self.temp_dict,
                data_folder=self.opt.empchat_folder,
                maxlen=self.opt.max_sent_len,
                reactonly=self.opt.reactonly,
                history_len=self.opt.max_hist_len,
                fasttext=self.opt.fasttext,
                fasttext_type=self.opt.fasttext_type,
                fasttext_path=self.opt.fasttext_path,
            )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



