C# Class WordSegmenter.Helper

Show file Open project: partychen/jieba_csharp

Public Properties

Property Type Description
MinValue double

Public Methods

Method Description
Sub ( this sentence, int start, int end ) : string

Method Details

Sub() public static method

public static Sub ( this sentence, int start, int end ) : string
sentence this
start int
end int
return string

Property Details

MinValue public static property

public static double MinValue
return double