├── LICENSE ├── README.md ├── evaluation.py ├── models └── vae │ └── sent_dict.csv ├── sentiments.py └── vae.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahoho/SentiVAE/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahoho/SentiVAE/HEAD/README.md -------------------------------------------------------------------------------- /evaluation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahoho/SentiVAE/HEAD/evaluation.py -------------------------------------------------------------------------------- /models/vae/sent_dict.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahoho/SentiVAE/HEAD/models/vae/sent_dict.csv -------------------------------------------------------------------------------- /sentiments.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahoho/SentiVAE/HEAD/sentiments.py -------------------------------------------------------------------------------- /vae.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahoho/SentiVAE/HEAD/vae.py --------------------------------------------------------------------------------