Closed ffxz closed 6 years ago
i know, if i want to use clean function, i should type in command as follow: import wordsegment c = wordsegment.Segmenter() c.clean('i am a boy')
then, the result is : 'iamaboy'
Fixed at 887c187 and deployed at 1.2.0
when i use 'from wordsegment import clean' command, i get the information"ImportError: cannot import name clean"