Skip to content

zhangshaolei1998/aspect-extraction-with-opinion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aspect Extraction with opinion

项目模型研发中。有需求,请联系13718537922。

训练及测试

Train the Restaurant model

python script/train.py --domain restaurant 
nohup python script/train.py --domain restaurant  > nohup_rest.out 2>&1 & 
nohup python script/train.py --domain restaurant & tail -f nohup.out

Train the Laptop model

python script/train.py 

Evaluate Restaurant dataset

python script/evaluation.py --domain restaurant 
nohup python script/train.py  > nohup.out 2>&1 & 
nohup python script/train.py & tail -f nohup.out

Evaluate Laptop dataset

python script/evaluation.py

test

nohup python test.py > nohup_test.out 2>&1 & 

About

aspect 提取

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages