Skip to content

Commit

Permalink
Merge pull request #315 from axa-group/feature/fix_czech_stemmer
Browse files Browse the repository at this point in the history
fix: stem method was duplicated
  • Loading branch information
Jesús Seijas authored Oct 30, 2019
2 parents 4e95383 + bc02d33 commit a476027
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/nlp/stemmers/czech-stemmer.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,13 +423,6 @@ class CzechStemmer extends BaseStemmer {
this.cursor = this.limit_backward;
return true;
}
stem(...args) {
switch (args.length) {
case 0:
return this.stem(...args);
}
return super.stem(...args);
}
}

CzechStemmer.a_0 = [
Expand Down

0 comments on commit a476027

Please sign in to comment.