SYMBOL INDEX (17 symbols across 2 files) FILE: batch_run.py class myThread (line 28) | class myThread(threading.Thread): method __init__ (line 29) | def __init__(self, command): method run (line 33) | def run(self): function runCommand (line 49) | def runCommand(command, id_gpu): FILE: bertattack.py function get_sim_embed (line 52) | def get_sim_embed(embed_path, sim_path): function get_data_cls (line 67) | def get_data_cls(data_path): class Feature (line 79) | class Feature(object): method __init__ (line 80) | def __init__(self, seq_a, label): function _tokenize (line 91) | def _tokenize(seq, tokenizer): function _get_masked (line 107) | def _get_masked(words): function get_important_scores (line 116) | def get_important_scores(words, tgt_model, orig_prob, orig_label, orig_p... function get_substitues (line 162) | def get_substitues(substitutes, tokenizer, mlm_model, use_bpe, substitut... function get_bpe_substitues (line 186) | def get_bpe_substitues(substitutes, tokenizer, mlm_model): function attack (line 226) | def attack(feature, tgt_model, mlm_model, tokenizer, k, batch_size, max_... function evaluate (line 333) | def evaluate(features): function dump_features (line 414) | def dump_features(features, output): function run_attack (line 433) | def run_attack():