We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ef06a commit 27a618fCopy full SHA for 27a618f
nltk/stem/wordnet.py
@@ -13,7 +13,8 @@ class WordNetLemmatizer:
13
"""
14
WordNet Lemmatizer
15
16
- Lemmatize using WordNet's built-in morphy function.
+ Lemmatize by picking the shortest of the possible lemmas,
17
+ using the wordnet corpus reader's built-in _morphy function.
18
Returns the input word unchanged if it cannot be found in WordNet.
19
20
>>> from nltk.stem import WordNetLemmatizer
0 commit comments