public string GetBaseForm(ILemma lemma)
 {
     throw new NotImplementedException();
 }
 public bool Equals(ILemma other)
 {
     return (other is SnowballLemma) && this.Stem == other.Stem;
 }