public Cut ( string text, bool cutAll = false, bool hmm = true ) : IEnumerable |
||
text | string | The string to be segmented. |
cutAll | bool | Specify segmentation pattern. True for full pattern, False for accurate pattern. |
hmm | bool | Whether to use the Hidden Markov Model. |
Résultat | IEnumerable |