You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to split a chinese text but in the first sentence "我六岁那年看过一本书" , jieba.cut gives me :
["我", "六岁", "那年", "看过", "一", "本书"]
what I am expecting is :
["我", "六", "岁", "那年", "看过", "一", "本", "书"]
I am splitting the words as I learn them, how could I achieve this result ?
It's maybe already explained in the documentation but i am still learning chinese.
thanks.
The text was updated successfully, but these errors were encountered:
I am trying to split a chinese text but in the first sentence "我六岁那年看过一本书" , jieba.cut gives me :
["我", "六岁", "那年", "看过", "一", "本书"]
what I am expecting is :
["我", "六", "岁", "那年", "看过", "一", "本", "书"]
I am splitting the words as I learn them, how could I achieve this result ?
It's maybe already explained in the documentation but i am still learning chinese.
thanks.
The text was updated successfully, but these errors were encountered: