The main function that segments an entire sentence that contains Chinese characters into separated words. Parameter: - sentence: The str(unicode) to be segmented. - cut_all: Model type. True for full pattern, False for accurate pattern. -
(self, sentence, cut_all=False, HMM=True)
source not stored for this graph (policy: none)
no test coverage detected