.gitignore
.project
.pydevproject
LICENSE.txt
README.rst
pylintrc
setup.cfg
setup.py
.settings/org.eclipse.core.resources.prefs
TheanoLM.egg-info/PKG-INFO
TheanoLM.egg-info/SOURCES.txt
TheanoLM.egg-info/dependency_links.txt
TheanoLM.egg-info/requires.txt
TheanoLM.egg-info/top_level.txt
bin/theanolm
bin/wctool
docs/.gitignore
docs/Makefile
docs/about.rst
docs/api.rst
docs/applying.rst
docs/calling.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/training.rst
docs/usage.rst
docs/images/batch-processing.png
kaldi/steps/lmrescore_theanolm_nbest.sh
kaldi/steps/score_sclite.sh
kaldi/utils/theanolm_compute_scores.sh
recipes/architectures/class-lstm256.arch
recipes/architectures/word-blstm256.arch
recipes/architectures/word-gcnn.arch
recipes/architectures/word-lstm256-hsoftmax.arch
recipes/architectures/word-lstm256.arch
recipes/common/configure-theano.sh
recipes/common/fix-class-probabilities.py
recipes/common/functions.sh
recipes/common/ngramcounts.py
recipes/common/wordclasses.py
recipes/google/01-classes.sh
recipes/google/02-probabilities.sh
recipes/google/03-models.sh
recipes/google/paths.sh
recipes/penn-treebank/.gitignore
recipes/penn-treebank/blackout-shared.log
recipes/penn-treebank/blackout-shared.sh
recipes/penn-treebank/blackout.log
recipes/penn-treebank/blackout.sh
recipes/penn-treebank/blstm.log
recipes/penn-treebank/blstm.sh
recipes/penn-treebank/gcnn.log
recipes/penn-treebank/gcnn.sh
recipes/penn-treebank/hsoftmax.log
recipes/penn-treebank/hsoftmax.sh
recipes/penn-treebank/nce-shared.log
recipes/penn-treebank/nce-shared.sh
recipes/penn-treebank/nce.log
recipes/penn-treebank/nce.sh
recipes/penn-treebank/sample.sh
recipes/penn-treebank/score.sh
recipes/penn-treebank/shortlist.log
recipes/penn-treebank/shortlist.sh
recipes/penn-treebank/shortlist.txt
recipes/penn-treebank/softmax.log
recipes/penn-treebank/softmax.sh
tests/__init__.py
tests/theanolm/__init__.py
tests/theanolm/basiclayer_test.py
tests/theanolm/classes.txt
tests/theanolm/iterators_test.py
tests/theanolm/lattice.slf
tests/theanolm/lattice_test.py
tests/theanolm/latticedecoder_test.py
tests/theanolm/probfunctions_test.py
tests/theanolm/recurrentstate_test.py
tests/theanolm/score_test.py
tests/theanolm/sentences1.txt
tests/theanolm/sentences2.txt
tests/theanolm/sentences3.txt
tests/theanolm/sentences4.txt
tests/theanolm/statistics_test.py
tests/theanolm/textsampler_test.py
tests/theanolm/textscorer_test.py
tests/theanolm/trainers_test.py
tests/theanolm/vocabulary.txt
tests/theanolm/vocabulary_test.py
tests/theanolm/wordclass_test.py
tests/wordclasses/__init__.py
tests/wordclasses/bigramoptimizer_test.py
tests/wordclasses/sentences.txt
theanolm/__init__.py
theanolm/debugfunctions.py
theanolm/exceptions.py
theanolm/filetypes.py
theanolm/matrixfunctions.py
theanolm/parameters.py
theanolm/probfunctions.py
theanolm/textsampler.py
theanolm/version.py
theanolm/architectures/lstm1500.arch
theanolm/architectures/lstm300.arch
theanolm/commands/.gitignore
theanolm/commands/__init__.py
theanolm/commands/decode.py
theanolm/commands/sample.py
theanolm/commands/score.py
theanolm/commands/train.py
theanolm/commands/version.py
theanolm/network/__init__.py
theanolm/network/architecture.py
theanolm/network/basiclayer.py
theanolm/network/bidirectionallayer.py
theanolm/network/dropoutlayer.py
theanolm/network/glulayer.py
theanolm/network/grulayer.py
theanolm/network/highwaytanhlayer.py
theanolm/network/hsoftmaxlayer.py
theanolm/network/lstmlayer.py
theanolm/network/network.py
theanolm/network/networkinput.py
theanolm/network/projectionlayer.py
theanolm/network/recurrentstate.py
theanolm/network/samplingoutputlayer.py
theanolm/network/softmaxlayer.py
theanolm/network/tanhlayer.py
theanolm/network/weightfunctions.py
theanolm/parsing/__init__.py
theanolm/parsing/batchiterator.py
theanolm/parsing/functions.py
theanolm/parsing/linearbatchiterator.py
theanolm/parsing/scoringbatchiterator.py
theanolm/parsing/shufflingbatchiterator.py
theanolm/scoring/__init__.py
theanolm/scoring/lattice.py
theanolm/scoring/latticedecoder.py
theanolm/scoring/slflattice.py
theanolm/scoring/textscorer.py
theanolm/training/__init__.py
theanolm/training/adadeltaoptimizer.py
theanolm/training/adagradoptimizer.py
theanolm/training/adamoptimizer.py
theanolm/training/basicoptimizer.py
theanolm/training/nesterovoptimizer.py
theanolm/training/rmspropnesterovoptimizer.py
theanolm/training/rmspropsgdoptimizer.py
theanolm/training/sgdoptimizer.py
theanolm/training/stoppers.py
theanolm/training/trainer.py
theanolm/vocabulary/__init__.py
theanolm/vocabulary/statistics.py
theanolm/vocabulary/vocabulary.py
theanolm/vocabulary/wordclass.py
wordclasses/__init__.py
wordclasses/bigramoptimizer.py
wordclasses/functions.py
wordclasses/numpybigramoptimizer.py
wordclasses/theanobigramoptimizer.py
wordclasses/wctool.py