public DutchAnalyzer()
 {
     _dictionary = ContentHelper.Dictionary("nl_NL");
 }
 public void TestHunspellDictionary_LoadFrModerneDict()
 {
     Assert.DoesNotThrow(() => ContentHelper.Dictionary("fr-moderne"));
 }