C# Class MongoSearch.Library.ChineseSegmentor

Afficher le fichier Open project: LittleLin/MongoSearch Class Usage Examples

Protected Properties

Свойство Type Description
dic Dictionary

Méthodes publiques

Méthode Description
ChineseSegmentor ( ) : System
SegWords ( String txt ) : Int32>>.List

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

Test ( ) : void

Méthodes protégées

Méthode Description
GetSeg ( ) : Seg

Method Details

ChineseSegmentor() public méthode

public ChineseSegmentor ( ) : System
Résultat System

GetSeg() protected méthode

protected GetSeg ( ) : Seg
Résultat Seg

SegWords() public méthode

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

Test() public méthode

public Test ( ) : void
Résultat void

Property Details

dic protected_oe property

protected Dictionary dic
Résultat Dictionary