treelstm icon indicating copy to clipboard operation
treelstm copied to clipboard

sentiment classification task

Open csbwang opened this issue 8 years ago • 4 comments

dear sir, I found that the sentiment classification task use the file "STree.txt" during the preprocessing stage. Is it necessary and how to generate this file if i use my dataset?

csbwang avatar May 16 '16 13:05 csbwang

i've got the same problem

sdrabb avatar Aug 01 '17 07:08 sdrabb

same problem

lw081701019 avatar Aug 26 '17 15:08 lw081701019

I think it is generated by constituency parsing, and you guys can check the preprocess-sick.py

ryh95 avatar Jan 26 '18 14:01 ryh95

ryh95 is right. If you want to get the Chinese sequence. You can modify String PARSER_MODEL = "edu/stanford/nlp/models/parser/nndep/CTB_CoNLL_params.txt.gz" in file DependencyParser.java

guareniszhen avatar Sep 10 '19 09:09 guareniszhen