Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spaces before punctation marks on opus_read output #39

Open
keith555 opened this issue May 15, 2023 · 1 comment
Open

Spaces before punctation marks on opus_read output #39

keith555 opened this issue May 15, 2023 · 1 comment

Comments

@keith555
Copy link

Apostrophes, commas, question marks, etc, are all printed with a leading space. Is this by design? I couldn't see any options to modify the behaviour.

(src)="8"> She 's calling herself jolene parker .
(trg)="7"> Je ne peux pas te forcer à y croire .
@miau1
Copy link
Member

miau1 commented May 17, 2023

You are probably using tokenized preprocessing which is the default. You can produce untokenized output with the -p raw option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants