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
/
cfg.cc
Age
Commit message (
Expand
)
Author
2010-08-21
agenda for fsa
graehl
2010-08-19
ValueArray instead of string for state is 10% faster
graehl
2010-08-17
vest generate / map vector print / read compatability
graehl
2010-08-17
--cfg-binarize-split=1 fixes
graehl@gmail.com
2010-08-17
split bin fix - no length 1 rhs virtual NTs
graehl
2010-08-16
fixed
graehl
2010-08-16
fixed vector iter invalid. from push_back
graehl@gmail.com
2010-08-16
greedy binarization - needs testing, may have broke l2r
graehl@gmail.com
2010-08-15
files required for test
graehl@gmail.com
2010-08-15
really fixed binarization. test
graehl@gmail.com
2010-08-15
fixed binarization. test
graehl@gmail.com
2010-08-13
boost::hash
graehl
2010-08-13
(NEEDS TESTING) cfg index rules->nts, sort by prob, remove duplicates keeping...
graehl
2010-08-13
binarized cfg names improved
graehl
2010-08-13
named_enum, itoa, cdec replace --a-b=x with --a_b=x
graehl
2010-08-11
prettier --nt-span=1 binarized labels
graehl
2010-08-11
do not print NULL binarized cfg TRule
graehl
2010-08-11
use boost hash
graehl
2010-08-11
cfg binarization compiles
graehl
2010-08-11
merge
graehl
2010-08-11
fixed encoding of NT in rhs: n as -n, in CFG::Init
graehl
2010-08-11
debug cfg from hg, source and target. cdec --source_cfg_output=-
graehl
2010-08-11
cout<<TRule
graehl
2010-08-11
cfg print goal nt rhs
graehl
2010-08-10
CFG binarize opts
graehl
2010-08-10
cdec --cfg_output=-
graehl@gmail.com
2010-08-10
parse trule(string) using lexer - needs testing, affects earley_composer
graehl
2010-08-08
cfg
graehl@gmail.com