EdinburghNLP/nematus

Post processing

Closed this issue · 6 comments

Can you please give me the link for post processing of the bpe files. So that i can get the BLUE score @pjwilliams . Thank you once again.

Do you mean by this : sed -r 's/(@@ )|(@@ ?$)//g'

but how to actually use this command .. there is no such usage direction. Like how shoukd i input my candidate file into this??
@pjwilliams

@pjwilliams thank you so much

In the future, please use Nematus support ( https://groups.google.com/d/forum/nematus-support ) for general support requests, and reserve Github issues for reporting bugs.

okay @rsennrich thank you for the information. I just need to confirm this. Why is it coming like this?
sed -r 's/(@@ )|(@@ ?$)//g'
sed: illegal option -- r
usage: sed script [-Ealn] [-i extension] [file ...]
sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...
@pjwilliams .
Thank you once again for your help and support