elvinpoon
elvinpoon
I'm not sure what u are looking for? Do you mean train files for 'example'? PS: I've upload word embedding files and train file for u
For Q1: it's what [this](http://www.emnlp2015.org/proceedings/EMNLP/pdf/EMNLP141.pdf) descirbed. windowed means that you put surrounding word together as input vector. For example, if you have sentence'开心啊' -> [1,2,3](refers to word index in vocabulary...
Try lstm_build. I forgot to delete the old one. It doesn't work. Also, I've modified the command in README you should use - `python model_lstm_build.py --train=data/trainSeg.txt --model=model --iters=50 instead. `It's...
I've fixed it in my new commit last night. you can try pulling it. There are some version control issues that kept me from uploading the bug-free code...