A user wanted to use wordnet lemmatizer in python but has learnt that the default pos tag is NOUN and that it does not output the correct lemma for a verb, unless the pos tag is explicitly specified as VERB. What is the best shot in order to perform the above lemmatization accurately?