Skip to content
This repository has been archived by the owner on Apr 10, 2022. It is now read-only.

infiniteam-lh19/SentimentCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SentimentCore

Core Runtime for infiniteam-lh19 LauzHack project

Install

pip install -r requirements.txt python3 main.py

python console 'import nltk nltk.download()'

install wordnet, punkt tokenizer

Install sentiment analyzer library

cd SentimentCore
git clone https://github.com/xiaohan2012/twitter-sent-dnn dnnsent
cd dnnsent
git fetch origin pull/6/head:python3
git checkout python3