Parentheses in vi -> en

is there a way to fix this without deleting the parentheses

$ argos-translate -f vi -t en ‘XE BA BÁNH TỰ CHẾ (phần 5) chạy thử’
Traceback (most recent call last):
File “.local/bin/argos-translate”, line 5, in
cli.main()
File “.local/lib/python3.9/site-packages/argostranslate/cli.py”, line 63, in main
print(translation.translate(text_to_translate))
File “.local/lib/python3.9/site-packages/argostranslate/translate.py”, line 63, in translate
return self.hypotheses(input_text, num_hypotheses=1)[0].value
File “.local/lib/python3.9/site-packages/argostranslate/translate.py”, line 296, in hypotheses
translated_paragraph = self.underlying.hypotheses(
File “.local/lib/python3.9/site-packages/argostranslate/translate.py”, line 173, in hypotheses
apply_packaged_translation(
File “.local/lib/python3.9/site-packages/argostranslate/translate.py”, line 425, in apply_packaged_translation
stanza_sbd = stanza_pipeline(input_text)
File “.local/lib/python3.9/site-packages/stanza/pipeline/core.py”, line 166, in call
doc = self.process(doc)
File “.local/lib/python3.9/site-packages/stanza/pipeline/core.py”, line 160, in process
doc = self.processors[processor_name].process(doc)
File “.local/lib/python3.9/site-packages/stanza/pipeline/tokenize_processor.py”, line 85, in process
_, _, _, document = output_predictions(None, self.trainer, batches, self.vocab, None,
File “.local/lib/python3.9/site-packages/stanza/models/tokenize/utils.py”, line 163, in output_predictions
st0 = text.index(part, char_offset) - char_offset
ValueError: substring not found