コード例 #1
0
 public BulgarianStemFilter(TokenStream input)
     : base(input)
 {
     stemmer = new BulgarianStemmer();
     this.termAtt = this.AddAttribute<ITermAttribute>();
 }
コード例 #2
0
 public BulgarianStemFilter(TokenStream input)
     : base(input)
 {
     stemmer      = new BulgarianStemmer();
     this.termAtt = this.AddAttribute <ITermAttribute>();
 }