agarcia169 / 4306-Donaldson-Project

A repository for the cs4306 Donaldson Project
2 stars 1 forks source link

Faster VADER scoring #65

Closed JEnduriumK closed 1 year ago

JEnduriumK commented 1 year ago

Old code we're using took about a minute to update 1000 Tweets with VADER scores. Lets see if we can speed that up. (I've actually had ideas for functioning code sitting around for weeks for this, but am only just now getting around to working on it. Thought I'd make an issue for it.)

JEnduriumK commented 1 year ago

This is now handled, but I don't know what commit it was done in.

Look somewhere around https://github.com/agarcia169/4306-Donaldson-Project/blob/f2173558558caf8736d31fb158da9abf9bb135bb/src/donaldson_asu_twitter/VaderAnalysis/vader_experimental.py#L57

or something like that. (That's a link to a single old commit since those don't change, and links to current lines of code probably would.)