Skip to content

Commit

Permalink
Quieting nltk output
Browse files Browse the repository at this point in the history
  • Loading branch information
ajratner committed Aug 13, 2019
1 parent be87aa3 commit 6aa2c28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 200 deletions.
204 changes: 5 additions & 199 deletions intro/intro_tutorial.ipynb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion intro/intro_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def lf_textblob_polarity(x):

from snorkel.augmentation import transformation_function

nltk.download("wordnet")
nltk.download("wordnet", quiet=True)


def get_synonyms(word):
Expand Down

0 comments on commit 6aa2c28

Please sign in to comment.