SkillAgentSearch skills...

TOWE

Code and data for "Target-oriented Opinion Words Extraction with Target-fused Neural Sequence Labeling" (NAACL2019)

Install / Use

/learn @NJUNLP/TOWE
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Target-oriented Opinion Words Extraction with Target-fused Neural Sequence Labeling

This repository is under construction.

Dependency:

  • python3
  • pytorch 0.4

How to run (Take the 14res dataset as example)

  1. (optional) prepare the word embeddings: (we have prepared for you in the code/data/ directory.)
    1. put the glove embeddings in the code/embedding directory.
    2. run the script:
    python build_vocab_embed.py --ds 14res
    
  2. in the code/ directory:
    python main.py --ds 14res
    
View on GitHub
GitHub Stars131
CategoryDevelopment
Updated10d ago
Forks39

Languages

Python

Security Score

95/100

Audited on Mar 21, 2026

No findings