rake-nltk
rake-nltk copied to clipboard
Don't fail if nltk downloads don't work
hi @csurfer, thanks for your work here!
I found I had to make this change in order to be able to be able to install the package as part of a serverless app to deploy on AWS lambda. In that context it doesn't really make sense to force download the NLTK data as part of the install of your package. In fact, the install failed because it didn't have access to nlltk at build time.
Coverage remained the same at 89.773% when pulling d2570b55f14da7aff45553b6b648a94e899a916a on ysgit:setup-without-nltk into e36116d6074c5ddfbc69bce4440f0342355ceb2e on csurfer:master.
Coverage remained the same at 89.773% when pulling d2570b55f14da7aff45553b6b648a94e899a916a on ysgit:setup-without-nltk into e36116d6074c5ddfbc69bce4440f0342355ceb2e on csurfer:master.
Coverage remained the same at 89.773% when pulling d2570b55f14da7aff45553b6b648a94e899a916a on ysgit:setup-without-nltk into e36116d6074c5ddfbc69bce4440f0342355ceb2e on csurfer:master.
Coverage remained the same at 89.773% when pulling d2570b55f14da7aff45553b6b648a94e899a916a on ysgit:setup-without-nltk into e36116d6074c5ddfbc69bce4440f0342355ceb2e on csurfer:master.
hey @csurfer did you get the chance to take a look at this?