rksltnl / RNTN

Python implementation of Socher et al, EMNLP2013
37 stars 16 forks source link

Data format for training the RNTN #2

Open psomangili opened 7 years ago

psomangili commented 7 years ago

can you provide the data format for training, testing?

shimafoolad commented 5 years ago

the data format is in tree structure as (for sentiment analysis): (4 (2 (2 Dramas) (2 (2 like) (2 this))) (2 (3 (2 make) (2 (2 it) (2 human))) (2 .)))

the data (https://nlp.stanford.edu/sentiment/code.html) was added to the repository and forked. see the link below: https://github.com/shimafoolad/RNTN