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.txtpython -m spacy download en_core_web_smorconda install -c conda-forge spacy-model-en_core_web_smpip install Cythonorconda install Cythonpython build_pyx.py build_ext --inplacepython -c "import nltk; nltk.download('stopwords'); nltk.download('wordnet'); nltk.download('averaged_perceptron_tagger'); nltk.download('punkt')"
mkdir resultspython app.py- visit http://localhost:5000