C# Class Studyzy.IMEWLConverter.IME.NoPinyinWordOnly

Inheritance: Studyzy.IMEWLConverter.IME.BaseImport, IWordLibraryTextImport, IWordLibraryExport
Mostrar archivo Open project: studyzy/imewlconverter Class Usage Examples

Public Methods

Method Description
Export ( WordLibraryList wlList ) : IList
ExportLine ( Studyzy.IMEWLConverter.Entities.WordLibrary wl ) : string
Import ( string path ) : WordLibraryList

通过搜狗细胞词库txt内容构造词库对象

ImportLine ( string line ) : WordLibraryList

将一行纯文本转换为对象

ImportText ( string str ) : WordLibraryList

Method Details

Export() public method

public Export ( WordLibraryList wlList ) : IList
wlList WordLibraryList
return IList

ExportLine() public method

public ExportLine ( Studyzy.IMEWLConverter.Entities.WordLibrary wl ) : string
wl Studyzy.IMEWLConverter.Entities.WordLibrary
return string

Import() public method

通过搜狗细胞词库txt内容构造词库对象
public Import ( string path ) : WordLibraryList
path string
return WordLibraryList

ImportLine() public method

将一行纯文本转换为对象
public ImportLine ( string line ) : WordLibraryList
line string
return WordLibraryList

ImportText() public method

public ImportText ( string str ) : WordLibraryList
str string
return WordLibraryList