C# Class Studyzy.IMEWLConverter.IME.PinyinJiaJia

Inheritance: Studyzy.IMEWLConverter.IME.BaseImport, IWordLibraryExport, IWordLibraryTextImport
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

形如:冷血xue动物 只有多音字才注音,一般的字不注音,就使用默认读音即可

ImportLine ( string word ) : 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

形如:冷血xue动物 只有多音字才注音,一般的字不注音,就使用默认读音即可
public Import ( string path ) : WordLibraryList
path string
return WordLibraryList

ImportLine() public method

public ImportLine ( string word ) : WordLibraryList
word string
return WordLibraryList

ImportText() public method

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