C# Class Studyzy.LearnEnglishBySubtitle.EngDict.DictionaryService

Afficher le fichier Open project: studyzy/LearnEnglishBySubtitle Class Usage Examples

Protected Properties

Свойство Type Description
engDictionary EngDictionary>.IDictionary
ld2Parse LingoesLd2
wordProperties string[]>.IDictionary

Méthodes publiques

Méthode Description
DictionaryService ( ) : System
GetChineseMeanInDict ( string word ) : EngDictionary
GetCoreMeans ( string xml ) : IList

传入XML格式的词语解释,返回其核心解释

GetWordProperties ( string word ) : string[]

获得一个单词的词性

IsInDictionary ( string word ) : bool

字典中是否有这个词

IsInDictionary ( string word, string property ) : bool

Méthodes protégées

Méthode Description
GetPhoneticSymbols ( string xml ) : string

Method Details

DictionaryService() public méthode

public DictionaryService ( ) : System
Résultat System

GetChineseMeanInDict() public méthode

public GetChineseMeanInDict ( string word ) : EngDictionary
word string
Résultat EngDictionary

GetCoreMeans() public abstract méthode

传入XML格式的词语解释,返回其核心解释
public abstract GetCoreMeans ( string xml ) : IList
xml string
Résultat IList

GetPhoneticSymbols() protected méthode

protected GetPhoneticSymbols ( string xml ) : string
xml string
Résultat string

GetWordProperties() public méthode

获得一个单词的词性
public GetWordProperties ( string word ) : string[]
word string
Résultat string[]

IsInDictionary() public méthode

字典中是否有这个词
public IsInDictionary ( string word ) : bool
word string
Résultat bool

IsInDictionary() public méthode

public IsInDictionary ( string word, string property ) : bool
word string
property string
Résultat bool

Property Details

engDictionary protected_oe static_oe property

单词作为Key(区分大小写),意思作为Value的内存字典
protected static IDictionary engDictionary
Résultat EngDictionary>.IDictionary

ld2Parse protected_oe property

protected LingoesLd2,Studyzy.LearnEnglishBySubtitle.EngDict ld2Parse
Résultat LingoesLd2

wordProperties protected_oe static_oe property

protected static IDictionary wordProperties
Résultat string[]>.IDictionary