Web scraping with text extractor using RAKE NTLK for Sentiment Analyst purposes.
- Run
pip install -r requirements.txt pip install lxml- If id_ID locale not found, run
sudo locale-gen id_ID.UTF-8 - Execute NLTK download:
import nltk
nltk.download('punkt')
nltk.download('stopwords')- Run
python3 manage.py runserver
Created by Noisycools
MIT