├── README.md ├── frameAxis.py ├── main.py ├── moral_foundation_dictionaries ├── MFD_original.csv ├── customized.csv ├── eMFD_wordlist.csv └── mfd2.txt ├── preprocess ├── __pycache__ │ ├── preprocess.cpython-37.pyc │ └── preprocess.cpython-38.pyc └── preprocess.py ├── training_w2v.py └── word_embedding_models └── tmp.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/negar-mokhberian/Moral_Foundation_FrameAxis/HEAD/README.md -------------------------------------------------------------------------------- /frameAxis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/negar-mokhberian/Moral_Foundation_FrameAxis/HEAD/frameAxis.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/negar-mokhberian/Moral_Foundation_FrameAxis/HEAD/main.py -------------------------------------------------------------------------------- /moral_foundation_dictionaries/MFD_original.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/negar-mokhberian/Moral_Foundation_FrameAxis/HEAD/moral_foundation_dictionaries/MFD_original.csv -------------------------------------------------------------------------------- /moral_foundation_dictionaries/customized.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/negar-mokhberian/Moral_Foundation_FrameAxis/HEAD/moral_foundation_dictionaries/customized.csv -------------------------------------------------------------------------------- /moral_foundation_dictionaries/eMFD_wordlist.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/negar-mokhberian/Moral_Foundation_FrameAxis/HEAD/moral_foundation_dictionaries/eMFD_wordlist.csv -------------------------------------------------------------------------------- /moral_foundation_dictionaries/mfd2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/negar-mokhberian/Moral_Foundation_FrameAxis/HEAD/moral_foundation_dictionaries/mfd2.txt -------------------------------------------------------------------------------- /preprocess/__pycache__/preprocess.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/negar-mokhberian/Moral_Foundation_FrameAxis/HEAD/preprocess/__pycache__/preprocess.cpython-37.pyc -------------------------------------------------------------------------------- /preprocess/__pycache__/preprocess.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/negar-mokhberian/Moral_Foundation_FrameAxis/HEAD/preprocess/__pycache__/preprocess.cpython-38.pyc -------------------------------------------------------------------------------- /preprocess/preprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/negar-mokhberian/Moral_Foundation_FrameAxis/HEAD/preprocess/preprocess.py -------------------------------------------------------------------------------- /training_w2v.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/negar-mokhberian/Moral_Foundation_FrameAxis/HEAD/training_w2v.py -------------------------------------------------------------------------------- /word_embedding_models/tmp.txt: -------------------------------------------------------------------------------- 1 | tmp 2 | --------------------------------------------------------------------------------