コード例 #1
0
 public string GetBaseForm(ILemma lemma)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public bool Equals(ILemma other)
 {
     return (other is SnowballLemma) && this.Stem == other.Stem;
 }