public static HunspellDictionary FromFile(string dictionaryFilePath, string affixFilePath) =>
 new HunspellDictionary(WordListReader.ReadFile(dictionaryFilePath, affixFilePath));