Skip to content

Commit

Permalink
Add wordnet installation in setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezibenroc committed Nov 7, 2014
1 parent c619755 commit 5c63b7e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@
'ppp_nlp_classical',
],
)

import sys
if 'install' in sys.argv:
import nltk
nltk.download("wordnet")

0 comments on commit 5c63b7e

Please sign in to comment.