You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There were reported cases when an extra space before question mark results in extra repetitive segment in the translation. I think, we could safely do s/ \?/?/g pre-processing unless the source language is French.
Spacing around other punctuation symbols (e.g. quotation marks) may be more tricky and some experiments will be needed.
The text was updated successfully, but these errors were encountered:
There were reported cases when an extra space before question mark results in extra repetitive segment in the translation. I think, we could safely do
s/ \?/?/g
pre-processing unless the source language is French.Spacing around other punctuation symbols (e.g. quotation marks) may be more tricky and some experiments will be needed.
The text was updated successfully, but these errors were encountered: