index
:
cdec-dtrain-legacy
json_serial
master
net
Mirror of https://github.com/pks/cdec-dtrain-legacy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
decoder
/
ff_klm.cc
Age
Commit message (
Expand
)
Author
2011-09-24
Chris says remnant and oovs should not be null, so stop checking. Also, we w...
Kenneth Heafield
2011-09-23
Go through ff_klm and try to fix it for the new version.
Kenneth Heafield
2011-09-23
stub work to talk to new kenlm
Guest_account Guest_account prguest11
2011-08-18
KenLM update: Bhiksha's trick, simple test for lms without unk, auto-detect b...
Kenneth Heafield
2011-06-26
Quantization
Kenneth Heafield
2011-06-03
Code cleanup for vocabulary mapping
Kenneth Heafield
2011-06-03
Add exception catcher around constructor
Kenneth Heafield
2011-05-26
fix bug preventing oovs from firing when they're near the beginning of a word
Chris Dyer
2011-05-20
kenlm update including being nicer to NFS
Kenneth Heafield
2011-04-23
make sure state is initialized properly
Chris Dyer
2011-03-16
explicit markers turned on by default
Chris Dyer
2011-03-08
fix class-based lm
Chris Dyer
2011-03-08
support for class based LMs (without emission probs)
Chris Dyer
2011-03-08
support multiple LMs with different feature names
Chris Dyer
2011-03-06
oov feature
Chris Dyer
2011-03-02
final version of SOS EOS handling, i think
Chris Dyer
2011-03-02
better sentence marker handling, part 2
Chris Dyer
2011-03-02
better handling of SOS/EOS markers, part 1
Chris Dyer
2011-03-01
handle start-of-sentence correctly
Chris Dyer
2011-03-01
remove logging
Chris Dyer
2011-03-01
support explicit sentence boundary markers with cdec
Chris Dyer
2010-12-23
support different types in kenlm
Chris Dyer
2010-12-13
integration complete with KenLM, not fully tested
Chris Dyer
2010-11-11
klm stub
redpony