Ejemplo n.º 1
0
 public MorphAnalyzer(string HSpellDataFilesPath)
     : base()
 {
     hebMorphLemmatizer = new HebMorph.StreamLemmatizer();
     hebMorphLemmatizer.InitFromHSpellFolder(HSpellDataFilesPath, true, false);
 }