This repository is the code for paper Implicit Syntactic Features for Targeted Sentiment Analysis (Please be noted the github link in the paper is changed due to the changed username, https://github.com/CooDL/
TSSSF .), it contains the modified code used to train the targeted sentiment analysis. We mainly employ the tensorflow LSTM framework in the paper deep biaffine attention for neural dependency parsing. [CODE] All our modified codes mainly inlude /lib/models/
dirs, network.py
, dataset.py
, bucket.py
and vocab.py
parts of the original CODE
See the Readme.md
in ./SUBMODELS/POS/
dirs
See the Readme.md
in ./SUBMODELS/Dependency Parsing/
dirs
We saves the best result models for both POS tagging model and Dependency Parsing model( include normal dependency model and non-postags dependency model) as the pre-trained models.
See the Readme.md
in ./Sentiment/
dirs