I got a list like this:
[['zai4'], [' '], ['tui1'], ['jin4'], [' '], ['shi2'], ['pin3'], [' '], ['an1'], ['quan2'], [' '], ['xin4'], ['xi1'], [' ']]
how could I convert it into this kind:
zai4 tui1 jin4 shi2 pin3 an1 quan2 xin4 xi1
Thank you.
I think the unique part of my question is how to extract content from sub-list into string.