ravyg / directed_project

This repository contains Masters Thesis (Directed Project) - Ravish Gupta Purdue University
MIT License
0 stars 3 forks source link

build new model with negations #18

Closed ravyg closed 7 years ago

ravyg commented 7 years ago

Building model with negation, discarding URL tweets, all words > 1 and all tweets with length >2

file to execute: https://github.com/ravyg/directed_project/blob/1.x-dev/tensoflow_w2v/w2v_input_creater.py

Output

Total tweets: 22531120
discarded tweets count: 2532617
Tweets without URLS: 2390356
Tweets Processed: 864534
Tweets discarded: 323
Tweets with Effects: 652960
ravyg commented 7 years ago

Done!