SnowballStemmer constructor

SnowballStemmer(
  1. Algorithm algorithm
)

Implementation

SnowballStemmer(this.algorithm) {
  _stemmer = __stemmer(algorithm);
}