26272829303132
{ private final morfologik.stemming.IStemmer stemmer; public MorfologikStemmerAdapter() { this.stemmer = new PolishStemmer(); }