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_lm.cc
Age
Commit message (
Expand
)
Author
2010-07-27
set fsa features() properly
graehl
2010-07-27
fsa feature templated Accum interface, phrase interface allows exceeding mark...
graehl
2010-07-26
comment cleanup
graehl
2010-07-26
include contextBOW prob when shortening context
graehl
2010-07-26
shorten fsa lm state using contextID
graehl
2010-07-26
LanguageModelFsa works. TODO: sri context shortening?
graehl
2010-07-23
comment about unary (1 var) goal rule having no target terminals - seems to b...
graehl
2010-07-23
bottom-up FF from fsa FF - WordPenaltyFsa - needs debugging
graehl
2010-07-21
tdict TD:: ss se unk and reserved(i)
graehl
2010-07-20
optional google dense_hash_map, srim vocab (TDICT) as static - may help valgr...
graehl
2010-07-15
oracle bleu refactor
graehl
2010-07-12
DEBUG_PROMISE - looks ok
graehl
2010-07-08
feature functions support e.g. --usage=LanguageModel, report feature ids, war...
graehl
2010-07-08
actually use -n feature_name in LanguageModel. FF factory usage facility, FF...
graehl
2010-07-07
safe hg pruning without needing additional inside reachability pass (max marg...
graehl
2010-07-07
get
graehl
2010-07-06
comment
graehl
2010-07-06
finish ff_lm checkin
graehl
2010-07-05
0 size 1gram lm works
graehl
2010-07-05
0 bytes state for -o 1 (1gram)
graehl
2010-07-05
lm spec verify order>0 and filename given
graehl
2010-07-05
reuse of same-filename Ngram objects (caveat: lifetime is up to you)
graehl
2010-07-05
TODO (mostly low priority) notes
graehl
2010-07-01
docs
graehl
2010-06-22
initial checkin
redpony