Source code of our CCL2019 paper on Aspect-Based Sentiment Analysis.
- Run the XmlToTxt.py to read the original xml corpus file
- Run TxtToInput.py to chansfer the txt data to the model input data
- Run EmbeddingWriter.py to produce the embedding matrix, the pre_trained glove.840B.300d.txt is used in this part
- Run the ReadModel.py to train the model, it involve the Model.py , Evaluator.py and ExampleReader.py
- Reference papers and codes for our work will be update in the future.