Closed qazs closed 6 years ago
Hi, is it possible to escape special characters when sampling? For example when sampling this sentence: This is a {{bag}}. result should be: Esto es una {{bolsa}}. It should keep '{{' and '}}'
This is a {{bag}}.
Esto es una {{bolsa}}.
Hi,
this is not currently supported. However, you can possibly do it in a pre/post processing stage.
Hi, is it possible to escape special characters when sampling? For example when sampling this sentence:
This is a {{bag}}.
result should be:Esto es una {{bolsa}}.
It should keep '{{' and '}}'