awni / semantic-rntn

Recursive Neural Tensor Network for sentiment classification
54 stars 15 forks source link

wordMap.bin missing #1

Closed danielhers closed 10 years ago

danielhers commented 10 years ago

When running run.sh I get:

IOError: [Errno 2] No such file or directory: 'wordMap.bin'

I tried putting in vectors.bin from word2vec and even GoogleNews-vectors-negative300.bin.gz, but apparently it's not the correct format.

How do I get a valid word embedding file?

danielhers commented 10 years ago

I got it - need to run setup.sh and python tree.py first.

awni commented 10 years ago

Glad to see someone using the code. If you have any changes to make it better, more extensible, faster, etc, feel free to submit a PR back to the master branch.

Thanks!