C# 클래스 AdvUtils.DictMatch

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

공개 메소드들

메소드 설명
ConvertDictFromRawTextToBinary ( string strRawFileName, string strDestFileName ) : void
DictMatch ( ) : System
LoadDictFromBinary ( string strFileName ) : void
LoadDictFromRawText ( string fullpath ) : void
Search ( string inbuf, List &dm_r, List &offsetList, int opertype ) : int

비공개 메소드들

메소드 설명
AddLemma ( string strTerm, string strProp ) : int
Init ( ) : void
InitSufentry ( int hashsize, int backsepos ) : sufentry
InsertDentry ( int lastpos, int value, int &curpos ) : int
ResizeInfo ( ) : int
SeekEntry ( int lde, int value ) : int
SeekLemma ( string term ) : int

메소드 상세

ConvertDictFromRawTextToBinary() 공개 메소드

public ConvertDictFromRawTextToBinary ( string strRawFileName, string strDestFileName ) : void
strRawFileName string
strDestFileName string
리턴 void

DictMatch() 공개 메소드

public DictMatch ( ) : System
리턴 System

LoadDictFromBinary() 공개 메소드

public LoadDictFromBinary ( string strFileName ) : void
strFileName string
리턴 void

LoadDictFromRawText() 공개 메소드

public LoadDictFromRawText ( string fullpath ) : void
fullpath string
리턴 void

Search() 공개 메소드

public Search ( string inbuf, List &dm_r, List &offsetList, int opertype ) : int
inbuf string
dm_r List
offsetList List
opertype int
리턴 int