from nltk.stem import WordNetLemmatizerwlem=WordNetLemmatizer()wlem.lemmatize("ate")'ate'
https://blog.csdn.net/jclian91/article/details/83661714