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_fsa.h
Age
Commit message (
Expand
)
Author
2011-03-10
remove dependency on SRILM
Chris Dyer
2010-08-07
propagation of feature name+debug from factory, return correct features array...
graehl
2010-08-07
dynamic fsa ff, factory for fsa and ff shares code, factory moved to ff_facto...
graehl
2010-08-04
alloca note
graehl@gmail.com
2010-07-31
shorten_left comment
graehl
2010-07-28
debugging print - still no idea on .05% difference scoring 3gram using phrases
graehl
2010-07-28
fsa lm phrase mystery remains, but bool fsa::simple_phrase_score indicates wh...
graehl
2010-07-27
disable fsa lm phrase due to slight (.05%) diff in scores - solve it later
graehl
2010-07-27
set fsa features() properly
graehl
2010-07-27
sample fsa ffs compile
graehl
2010-07-27
fsa feature templated Accum interface, phrase interface allows exceeding mark...
graehl
2010-07-26
shorten fsa lm state using contextID
graehl
2010-07-26
LanguageModelFsa works. TODO: sri context shortening?
graehl
2010-07-25
cleaned up kbest, new USE_INFO_EDGE 1 logs per edge, --show_derivation (needs...
graehl
2010-07-23
bottom-up FF from fsa FF - WordPenaltyFsa - needs debugging
graehl