Methodbuild_features(self, doc_id=None, keys=None, rel=True, rel_approx=True, isVirtual=False, features=['WFreq', 'WRel', 'tf', 'W
yake/datarepresentation.py:216
Functionget_dataloader(file_path, tokenizer, label2idx, maxlen, bsz, collate_fn, shuffle=True)
_backup_scripts/my_dataset.py:24
Functionget_dataloader_from_list(texts, labels, tokenizer, label2idx, maxlen, bsz, collate_fn, shuffle=True)
_backup_scripts/my_dataset.py:32
Methodselective_text_augmentation - text, 直接给一段文本(不用分词), - role_kws_dict: {'CW':list ,'FW_in':list, 'FW_out':list, 'IW':list} CW: class-indicating words, use
augmentation_clf/STA/text_augmenter.py:382
Methodselective_text_augmentation - text, 直接给一段文本(不用分词), - role_kws_dict: {'CW':list ,'FW_in':list, 'FW_out':list, 'IW':list} CW: class-indicating words, use
_backup_scripts/easy_text_augmenter.py:358