Свойство | Тип | Описание | |
---|---|---|---|
engDictionary | EngDictionary>.IDictionary | ||
ld2Parse | |||
wordProperties | string[]>.IDictionary |
Метод | Описание | |
---|---|---|
DictionaryService ( ) : System | ||
GetChineseMeanInDict ( string word ) : |
||
GetCoreMeans ( string xml ) : IList |
传入XML格式的词语解释,返回其核心解释
|
|
GetWordProperties ( string word ) : string[] |
获得一个单词的词性
|
|
IsInDictionary ( string word ) : bool |
字典中是否有这个词
|
|
IsInDictionary ( string word, string property ) : bool |
Метод | Описание | |
---|---|---|
GetPhoneticSymbols ( string xml ) : string |
public GetChineseMeanInDict ( string word ) : |
||
word | string | |
Результат |
public abstract GetCoreMeans ( string xml ) : IList |
||
xml | string | |
Результат | IList |
protected GetPhoneticSymbols ( string xml ) : string | ||
xml | string | |
Результат | string |
public GetWordProperties ( string word ) : string[] | ||
word | string | |
Результат | string[] |
public IsInDictionary ( string word ) : bool | ||
word | string | |
Результат | bool |
public IsInDictionary ( string word, string property ) : bool | ||
word | string | |
property | string | |
Результат | bool |
protected static IDictionary |
||
Результат | EngDictionary>.IDictionary |
protected LingoesLd2,Studyzy.LearnEnglishBySubtitle.EngDict ld2Parse | ||
Результат |