python 3.x - Python3 split character list into words from a template -


i'm having problems after mixed language text segmentation, not sure how go doing this.

"template": '新闻 wang arrange soon. 在电视' segmentation output: '新闻 w n g w l l r r n g e s o o n. 在 电视' 

the desired output is:

新闻 wang arrange soon. 在 电视 


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -