shirosaidev / stocksight

Stock market analyzer and predictor using Elasticsearch, Twitter, News headlines and Python natural language processing and sentiment analysis
https://shirosaidev.github.io/stocksight/
Apache License 2.0
2.12k stars 463 forks source link

Getting Started with Stock Sight #9

Closed zacharimayer closed 5 years ago

zacharimayer commented 5 years ago

First of all I would like to say this is a great idea and I cannot wait to be up and running with this :) I have been trying to get setup but I seem to be running into a few issues --

  1. When running sentiment.py I am getting this, I would like to point out as I am used to working with Python I am no expert & I apologize in advance if I sound like a noob XD

` LookupError:


Resource punkt not found. Please use the NLTK Downloader to obtain the resource:

import nltk nltk.download('punkt')

Attempted to load tokenizers/punkt/PY3/english.pickle

Searched in:

  1. What would be the steps in order to get the GUI dashboard up and running as well with Kibana? I would like to work on a detailed guide for other users that are not too familiar with it so more people can benefit from this project!

Thanks!!!

shirosaidev commented 5 years ago

1) You need to run the Python 3 interpreter and run

import nltk
nltk.download('punkt')

2) Import the json file into Kibana 5.x