Skip to content

Instantly share code, notes, and snippets.

@khozzy
Created November 2, 2017 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khozzy/63f320c28ae0faa55d4c2869ea360259 to your computer and use it in GitHub Desktop.
Save khozzy/63f320c28ae0faa55d4c2869ea360259 to your computer and use it in GitHub Desktop.
from nltk.stem.wordnet import WordNetLemmatizer
wordnet = WordNetLemmatizer()
wordnet_lemmas = [wordnet.lemmatize(token) for token in tokens]
untokenize(wordnet_lemmas)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment