public static string GetBabylonDictionaryPath()
 {
     return(DictionaryConfigurationHelper.GetDictionaryPathByKey("Babylon"));
 }
 public static string GetChinesePhienAmEnglishWordsDictionaryPath()
 {
     return(DictionaryConfigurationHelper.GetDictionaryPathByKey("ChinesePhienAmEnglishWords"));
 }
 public static string GetCEDictDictionaryPath()
 {
     return(DictionaryConfigurationHelper.GetDictionaryPathByKey("CEDict"));
 }
 public static string GetVietPhraseDictionaryPath()
 {
     return(DictionaryConfigurationHelper.GetDictionaryPathByKey("VietPhrase"));
 }
 public static string GetChinesePhienAmWordsDictionaryHistoryPath()
 {
     return(Path.Combine(Path.GetDirectoryName(DictionaryConfigurationHelper.GetChinesePhienAmWordsDictionaryPath()), Path.GetFileNameWithoutExtension(DictionaryConfigurationHelper.GetChinesePhienAmWordsDictionaryPath()) + "History" + Path.GetExtension(DictionaryConfigurationHelper.GetChinesePhienAmWordsDictionaryPath())));
 }
 public static string GetNamesDictionaryPath()
 {
     return(DictionaryConfigurationHelper.GetDictionaryPathByKey("Names"));
 }
 public static string GetPronounsDictionaryPath()
 {
     return(DictionaryConfigurationHelper.GetDictionaryPathByKey("Pronouns"));
 }
 public static string GetLuatNhanDictionaryPath()
 {
     return(DictionaryConfigurationHelper.GetDictionaryPathByKey("LuatNhan"));
 }
 public static string GetIgnoredChinesePhraseListPath()
 {
     return(DictionaryConfigurationHelper.GetDictionaryPathByKey("IgnoredChinesePhrases"));
 }
 public static string GetThieuChuuDictionaryPath()
 {
     return(DictionaryConfigurationHelper.GetDictionaryPathByKey("ThieuChuu"));
 }