8000 [PorterStemmer] Fix some odd indentation · ExplodingCabbage/nltk@39df3a1 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 39df3a1

Browse files
[PorterStemmer] Fix some odd indentation
1 parent 6a696c8 commit 39df3a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nltk/stem/porter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def __init__(self):
119119
"proceed" : ["proceed"],
120120
"exceed" : ["exceed"],
121121
"succeed" : ["succeed"], # Hiranmay Ghosh
122-
}
122+
}
123123

124124
self.pool = {}
125125
for key in irregular_forms:

0 commit comments

Comments
 (0)
0