コード例 #1
0
 public static string GetBabylonDictionaryPath()
 {
     return(DictionaryConfigurationHelper.GetDictionaryPathByKey("Babylon"));
 }
コード例 #2
0
 public static string GetChinesePhienAmEnglishWordsDictionaryPath()
 {
     return(DictionaryConfigurationHelper.GetDictionaryPathByKey("ChinesePhienAmEnglishWords"));
 }
コード例 #3
0
 public static string GetCEDictDictionaryPath()
 {
     return(DictionaryConfigurationHelper.GetDictionaryPathByKey("CEDict"));
 }
コード例 #4
0
 public static string GetVietPhraseDictionaryPath()
 {
     return(DictionaryConfigurationHelper.GetDictionaryPathByKey("VietPhrase"));
 }
コード例 #5
0
 public static string GetChinesePhienAmWordsDictionaryHistoryPath()
 {
     return(Path.Combine(Path.GetDirectoryName(DictionaryConfigurationHelper.GetChinesePhienAmWordsDictionaryPath()), Path.GetFileNameWithoutExtension(DictionaryConfigurationHelper.GetChinesePhienAmWordsDictionaryPath()) + "History" + Path.GetExtension(DictionaryConfigurationHelper.GetChinesePhienAmWordsDictionaryPath())));
 }
コード例 #6
0
 public static string GetNamesDictionaryPath()
 {
     return(DictionaryConfigurationHelper.GetDictionaryPathByKey("Names"));
 }
コード例 #7
0
 public static string GetPronounsDictionaryPath()
 {
     return(DictionaryConfigurationHelper.GetDictionaryPathByKey("Pronouns"));
 }
コード例 #8
0
 public static string GetLuatNhanDictionaryPath()
 {
     return(DictionaryConfigurationHelper.GetDictionaryPathByKey("LuatNhan"));
 }
コード例 #9
0
 public static string GetIgnoredChinesePhraseListPath()
 {
     return(DictionaryConfigurationHelper.GetDictionaryPathByKey("IgnoredChinesePhrases"));
 }
コード例 #10
0
 public static string GetThieuChuuDictionaryPath()
 {
     return(DictionaryConfigurationHelper.GetDictionaryPathByKey("ThieuChuu"));
 }