public static string GetCEDictDictionaryPath()
 {
     return(DictionaryConfigurationHelper.GetDictionaryPathByKey("CEDict"));
 }
 public static string GetBabylonDictionaryPath()
 {
     return(DictionaryConfigurationHelper.GetDictionaryPathByKey("Babylon"));
 }
 public static string GetVietPhraseDictionaryPath()
 {
     return(DictionaryConfigurationHelper.GetDictionaryPathByKey("VietPhrase"));
 }
 public static string GetChinesePhienAmEnglishWordsDictionaryPath()
 {
     return(DictionaryConfigurationHelper.GetDictionaryPathByKey("ChinesePhienAmEnglishWords"));
 }
 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"));
 }