Ejemplo n.º 1
0
 public ErrorCorrectionTests() : base()
 {
     _lemmatizer = new Lemmatizer(HspellDict, false);
 }
Ejemplo n.º 2
0
		public ErrorCorrectionTests() : base()
		{
			_lemmatizer = new Lemmatizer(HspellDict, false);
		}