index
:
cdec-dtrain
cmake
master
sa_mmap
word-alignment
Mirror of https://github.com/pks/cdec-dtrain.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
decoder
/
cdec.cc
Age
Commit message (
Expand
)
Author
2010-07-15
oracle bleu refactor
graehl
2010-07-15
cdec parameter name change
vladimir.eidelman
2010-07-14
Added oracle forest rescoring
vladimir.eidelman
2010-07-13
cdec now supports coarse-to-fine decoding (for SCFG only).
adam.d.lopez
2010-07-12
inebriated, but sped up inside/outside pruning and made cube poplimit scale w...
graehl
2010-07-09
cdec --compgen bash completions generation
graehl
2010-07-09
optional max arity param for Arity_N features (no hardcoded max of N=9); FF::...
graehl
2010-07-09
-u Feature short for --usage
graehl
2010-07-08
feature functions support e.g. --usage=LanguageModel, report feature ids, war...
graehl
2010-07-08
warning only on feat dotprod vs. viterbi prob mismatch
graehl
2010-07-08
misc
graehl
2010-07-08
--show_features
graehl
2010-07-07
compute viterbi result once only per node (for best edge)
graehl
2010-07-06
cdec --[prelm_]density_prune
graehl
2010-07-05
verbose feature info, cdec --keep_prelm_cube_order
graehl
2010-07-05
report features used in prelm pruning
graehl
2010-07-05
report features excluded from prelm pruning because they have state
graehl
2010-07-05
exhaustive --prelm_weights
graehl
2010-07-02
cdec --prelm_weights wf: rescore forest with 0-state features before prelm_be...
graehl
2010-07-01
endl
graehl
2010-07-01
factor forest stats (show size post pruning, and portion kept) and cdec --sca...
graehl
2010-06-30
timer for just forest rescoring
graehl
2010-06-29
add joshua visualization support
redpony
2010-06-25
allow --beam_prune=0
graehl
2010-06-24
prune -LM forest
graehl
2010-06-22
initial checkin
redpony