textClassifier
textClassifierHATT.py has the implementation of Hierarchical Attention Networks for Document Classification. Please see the my blog for full detail. Also see Keras Google group discussion
textClassifierConv has implemented Convolutional Neural Networks for Sentence Classification - Yoo Kim. Please see the my blog for full detail.
textClassifierRNN has implemented bidirectional LSTM and one level attentional RNN. Please see the my blog for full detail.