Skip to content

Commit

Permalink
removes nltk download from setup, this is not nessesary for most inst…
Browse files Browse the repository at this point in the history
…alls
  • Loading branch information
JSybrandt committed Apr 29, 2020
1 parent 8289db7 commit 305861a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ def run(self):
class Install(_install):
def run(self):
_install.do_egg_install(self)
import nltk
# Needed for split-sentences
nltk.download("punkt")


setup(
name='Agatha',
Expand Down

0 comments on commit 305861a

Please sign in to comment.