Jianfeng Chi
Results
2
comments of
Jianfeng Chi
The problem lies here: https://github.com/QData/TextAttack/blob/master/textattack/shared/attacked_text.py#L415, Since "I" is in "", so it misattack the SPLIT token. Replace this line with ``` # get word_start if (input_word in AttackedText.SPLIT_TOKEN) and (AttackedText.SPLIT_TOKEN...
> Hi @JFChi , > > seems like something is going wrong during the metric calculation. It seems to me that the error message is missing in your output. It...