C# 클래스 MongoSearch.Library.ChineseSegmentor

파일 보기 프로젝트 열기: LittleLin/MongoSearch 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
dic Dictionary

공개 메소드들

메소드 설명
ChineseSegmentor ( ) : System
SegWords ( String txt ) : Int32>>.List

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

Test ( ) : void

보호된 메소드들

메소드 설명
GetSeg ( ) : Seg

메소드 상세

ChineseSegmentor() 공개 메소드

public ChineseSegmentor ( ) : System
리턴 System

GetSeg() 보호된 메소드

protected GetSeg ( ) : Seg
리턴 Seg

SegWords() 공개 메소드

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

Test() 공개 메소드

public Test ( ) : void
리턴 void

프로퍼티 상세

dic 보호되어 있는 프로퍼티

protected Dictionary dic
리턴 Dictionary