Code for [WWW'20] TOUR: Dynamic Topic and Sentiment Analysis of User Reviews for Assisting App Release.
Visit the project homepage for video demonstration and user feedbacks.
pip install -r requirements.txt
python -m spacy download en_core_web_sm
orconda install -c conda-forge spacy-model-en_core_web_sm
pip install Cython
orconda install Cython
python build_pyx.py build_ext --inplace
python -c "import nltk; nltk.download('stopwords'); nltk.download('wordnet'); nltk.download('averaged_perceptron_tagger'); nltk.download('punkt')"
mkdir results
python app.py
- visit http://localhost:5000