remove dupe function definition

This commit is contained in:
Kovid Goyal
2021-06-28 15:01:36 +05:30
parent 47ec4b5521
commit bdb030f33e
-3
View File
@@ -520,9 +520,6 @@ static PyMethodDef methods[] = {
{"tokenize", tokenize, METH_VARARGS,
"Tokenize a string, useful for testing"
},
{"tokenize", tokenize, METH_VARARGS,
"Tokenize a string, useful for testing"
},
{"stem", stem, METH_VARARGS,
"Stem a word in the specified language, defaulting to English"
},