I have pos_token dataset and I want to transform them to be a sentence again using pandas
| pos_token | sentence |
|---|---|
| [(No, DT), (you, PRP), (lying, VBG)] | No you lying |
I have pos_token dataset and I want to transform them to be a sentence again using pandas
| pos_token | sentence |
|---|---|
| [(No, DT), (you, PRP), (lying, VBG)] | No you lying |
Copyright © 2021 Jogjafile Inc.
if pos_token is a list values then try this;