Method Process
Process(String)
Return a list of SegToken representing the best segmentation of a sentence
Declaration
public virtual IList<SegToken> Process(string sentence)
Parameters
Type | Name | Description |
---|---|---|
System.String | sentence | input sentence |
Returns
Type | Description |
---|---|
IList<SegToken> | best segmentation as a IList{SegToken} |