Skip to content

Commit 6949b81

Browse files
authored
Merge pull request nltk#3030 from elibooklover/develop
Spanish SnowballStemmer nltk#2725
2 parents 9bf5908 + 08aa4cf commit 6949b81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nltk/stem/snowball.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5402,6 +5402,7 @@ class SpanishStemmer(_StandardStemmer):
54025402
"imientos",
54035403
"amiento",
54045404
"imiento",
5405+
"acion",
54055406
"aciones",
54065407
"uciones",
54075408
"adoras",
@@ -5642,6 +5643,7 @@ def stem(self, word):
56425643
"aci\xF3n",
56435644
"adoras",
56445645
"adores",
5646+
"acion",
56455647
"aciones",
56465648
"ante",
56475649
"antes",

0 commit comments

Comments
 (0)