This is an automated email from the ASF dual-hosted git repository. tommaso pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
commit 7c6bb489a27cefe2545cd16ce9ac39dfa246315c Merge: cba153e e5c4676 Author: Tommaso Teofili <[email protected]> AuthorDate: Wed Jul 19 18:11:55 2017 +0200 Merge pull request #3 from thammegowda/glove-rnn-classifier text sequence classification using Glove and RNN/LSTMs .gitignore | 3 + opennlp-dl/pom.xml | 9 +- .../src/main/java/opennlp/tools/dl/DataReader.java | 308 +++++++++++++++++++++ .../main/java/opennlp/tools/dl/GlobalVectors.java | 199 +++++++++++++ .../main/java/opennlp/tools/dl/NeuralDocCat.java | 185 +++++++++++++ .../java/opennlp/tools/dl/NeuralDocCatModel.java | 179 ++++++++++++ .../java/opennlp/tools/dl/NeuralDocCatTrainer.java | 253 +++++++++++++++++ .../opennlp/tools/dl/UnclosableInputStream.java | 56 ++++ 8 files changed, 1189 insertions(+), 3 deletions(-) -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
