Russian translation produces the following result, is there a NLP function which we can use to concatenate as "Europe's" in the following string?
"Nitzchia Protector Todibo can go to one of Europe ' s top clubs"
Russian translation produces the following result, is there a NLP function which we can use to concatenate as "Europe's" in the following string?
"Nitzchia Protector Todibo can go to one of Europe ' s top clubs"
Copyright © 2021 Jogjafile Inc.
Try detokenizers but because there are rules to process tokens that are expected to change
x 's->x'sbut notx ' s->x's, you might have to iteratively apply the detokenizer, e.g. usingsacremoses