How to do a Python split() on languages (like Chinese) that don't use whitespace as word separator?

后端 未结 9 2481
梦如初夏
梦如初夏 2020-12-03 03:25

I want to split a sentence into a list of words.

For English and European languages this is easy, just use split()

>>> \"This is a sentence.         


        
9条回答
提交回复
热议问题