This is the implementation coda for the paper "Relation classification via convolutional deep neural network" by COLING 2014
- Rich comments are added to this implementation code, which is very friendly to beginners!
- Running "pip install -r requirements.txt" to install the required packages before running the code.
- The pre-trained word embedding file needs to be downloaded separately because it is too large. I provide the Google Drive download link. After downloading the file, put it in the embeddings folder.