Method | Description | |
---|---|---|
ConvertDictFromRawTextToBinary ( string strRawFileName, string strDestFileName ) : void | ||
DictMatch ( ) : System | ||
LoadDictFromBinary ( string strFileName ) : void | ||
LoadDictFromRawText ( string fullpath ) : void | ||
Search ( string inbuf, List |
Method | Description | |
---|---|---|
AddLemma ( string strTerm, string strProp ) : int | ||
Init ( ) : void | ||
InitSufentry ( int hashsize, int backsepos ) : |
||
InsertDentry ( int lastpos, int value, int &curpos ) : int | ||
ResizeInfo ( ) : int | ||
SeekEntry ( int lde, int value ) : int | ||
SeekLemma ( string term ) : int |
public ConvertDictFromRawTextToBinary ( string strRawFileName, string strDestFileName ) : void | ||
strRawFileName | string | |
strDestFileName | string | |
return | void |
public LoadDictFromBinary ( string strFileName ) : void | ||
strFileName | string | |
return | void |
public LoadDictFromRawText ( string fullpath ) : void | ||
fullpath | string | |
return | void |
public Search ( string inbuf, List |
||
inbuf | string | |
dm_r | List |
|
offsetList | List |
|
opertype | int | |
return | int |