Use conda to create a virtual environment and setup this package
conda create --name weaksp python=3.7
conda activate weaskp
pip install --user -e .
The preprocessed data is based on the one provided by MAPO. Download it by this link
The default embedding file path is "glove/glove.42B.300d.txt".
Please open a github issue if you find any problem. Thanks