Skip to content

Noisycools/sentiment-analysis-django

Repository files navigation

Polist | Politics Analyst

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

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published