├── Documentation.md ├── README.md ├── SSEC.py ├── amazon.py ├── imdb.py ├── img ├── documentation │ ├── 01.png │ ├── 02.png │ ├── 03.png │ ├── 04.png │ ├── 05.png │ ├── 06.png │ ├── 07.png │ ├── 08.png │ ├── 09.png │ ├── 10.png │ └── 11.png ├── dyads_show.png ├── example01.png ├── example02.png ├── example03.png ├── highlight_emotions.png └── imdb_full.png ├── pyplutchik.py └── requirements.txt /Documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfonsosemeraro/pyplutchik/HEAD/Documentation.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfonsosemeraro/pyplutchik/HEAD/README.md -------------------------------------------------------------------------------- /SSEC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfonsosemeraro/pyplutchik/HEAD/SSEC.py -------------------------------------------------------------------------------- /amazon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfonsosemeraro/pyplutchik/HEAD/amazon.py -------------------------------------------------------------------------------- /imdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfonsosemeraro/pyplutchik/HEAD/imdb.py -------------------------------------------------------------------------------- /img/documentation/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfonsosemeraro/pyplutchik/HEAD/img/documentation/01.png -------------------------------------------------------------------------------- /img/documentation/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfonsosemeraro/pyplutchik/HEAD/img/documentation/02.png -------------------------------------------------------------------------------- /img/documentation/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfonsosemeraro/pyplutchik/HEAD/img/documentation/03.png -------------------------------------------------------------------------------- /img/documentation/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfonsosemeraro/pyplutchik/HEAD/img/documentation/04.png -------------------------------------------------------------------------------- /img/documentation/05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfonsosemeraro/pyplutchik/HEAD/img/documentation/05.png -------------------------------------------------------------------------------- /img/documentation/06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfonsosemeraro/pyplutchik/HEAD/img/documentation/06.png -------------------------------------------------------------------------------- /img/documentation/07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfonsosemeraro/pyplutchik/HEAD/img/documentation/07.png -------------------------------------------------------------------------------- /img/documentation/08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfonsosemeraro/pyplutchik/HEAD/img/documentation/08.png -------------------------------------------------------------------------------- /img/documentation/09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfonsosemeraro/pyplutchik/HEAD/img/documentation/09.png -------------------------------------------------------------------------------- /img/documentation/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfonsosemeraro/pyplutchik/HEAD/img/documentation/10.png -------------------------------------------------------------------------------- /img/documentation/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfonsosemeraro/pyplutchik/HEAD/img/documentation/11.png -------------------------------------------------------------------------------- /img/dyads_show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfonsosemeraro/pyplutchik/HEAD/img/dyads_show.png -------------------------------------------------------------------------------- /img/example01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfonsosemeraro/pyplutchik/HEAD/img/example01.png -------------------------------------------------------------------------------- /img/example02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfonsosemeraro/pyplutchik/HEAD/img/example02.png -------------------------------------------------------------------------------- /img/example03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfonsosemeraro/pyplutchik/HEAD/img/example03.png -------------------------------------------------------------------------------- /img/highlight_emotions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfonsosemeraro/pyplutchik/HEAD/img/highlight_emotions.png -------------------------------------------------------------------------------- /img/imdb_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfonsosemeraro/pyplutchik/HEAD/img/imdb_full.png -------------------------------------------------------------------------------- /pyplutchik.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfonsosemeraro/pyplutchik/HEAD/pyplutchik.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfonsosemeraro/pyplutchik/HEAD/requirements.txt --------------------------------------------------------------------------------