Created
August 15, 2020 09:24
-
-
Save jmrobles/fb96e0f1791e2e1aa6a2a15147ca2dcf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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