C# Class MongoSearch.Library.ChineseSegmentor

显示文件 Open project: LittleLin/MongoSearch Class Usage Examples

Protected Properties

Property Type Description
dic Dictionary

Public Methods

Method Description
ChineseSegmentor ( ) : System
SegWords ( String txt ) : Int32>>.List

進行斷詞,取回斷詞後的結果

Test ( ) : void

Protected Methods

Method Description
GetSeg ( ) : Seg

Method Details

ChineseSegmentor() public method

public ChineseSegmentor ( ) : System
return System

GetSeg() protected method

protected GetSeg ( ) : Seg
return Seg

SegWords() public method

進行斷詞,取回斷詞後的結果
public SegWords ( String txt ) : Int32>>.List
txt String
return Int32>>.List

Test() public method

public Test ( ) : void
return void

Property Details

dic protected_oe property

protected Dictionary dic
return Dictionary