Skip to content

Instantly share code, notes, and snippets.

@jmrobles
Created August 15, 2020 09:24
Show Gist options
  • Save jmrobles/fb96e0f1791e2e1aa6a2a15147ca2dcf to your computer and use it in GitHub Desktop.
Save jmrobles/fb96e0f1791e2e1aa6a2a15147ca2dcf to your computer and use it in GitHub Desktop.
nlp.add_pipe(lemmatizer,name='lemmatizer',after='ner')
nlp.add_pipe(remove_stopwords, name="stopwords", last=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment