EmilHvitfeldt / textdata

Download, parse, store, and load text datasets instead of storing it in packages

Home Page:https://emilhvitfeldt.github.io/textdata/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lexicon_afinn() is forcing https, but url is http

sbw78 opened this issue · comments

I get a 404 error when I try to download the AFINN sentiment lexicon. It looks like https is being forced somewhere in the function, but I can't figure out how to fix it myself. I've tried editing the textdata::catalogue data.frame but that did not work. The only way I was able to fix it was to manually download the zip file.

that you for bringing this to my attention!

This has been fixed in the dev branch here on Github where you can download the version

remotes::install_github("EmilHvitfeldt/textdata")

Screen Shot 2020-05-03 at 10 21 30 AM