Target-oriented Opinion Words Extraction with Target-fused Neural Sequence Labeling
This repository is under construction.
Dependency:
How to run (Take the 14res dataset as example)
- (optional) prepare the word embeddings: (we have prepared for you in the code/data/ directory.)
- put the glove embeddings in the code/embedding directory.
- run the script:
python build_vocab_embed.py --ds 14res
- in the code/ directory:
python main.py --ds 14res