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
/
decoder.cc
Age
Commit message (
Expand
)
Author
2011-10-11
remove implicit conversion-to-double operator from LogVal<T> that caused over...
Guest_account Guest_account prguest11
2011-09-23
make show_partition work even in absence of feature functions
Guest_account Guest_account prguest11
2011-09-13
fix for crash with no rescoring
Chris Dyer
2011-09-13
get rid of bad Weights class so it no longer keeps a copy of a vector inside it
Chris Dyer
2011-09-13
optional support for doing perfect hashing of feature strings to save lots of...
Chris Dyer
2011-07-08
add cp time measure (def macro)
andrea gesmundo
2011-07-08
add Fast Cube Pruning
andrea gesmundo
2011-07-07
support for extracting k-best derivation trees
Chris Dyer
2011-05-03
mira finished, clean up
Chris Dyer
2011-05-03
weight setting bug
Chris Dyer
2011-04-30
enable list of features to be displayed at the end of decoding
Chris Dyer
2011-04-27
get rid of bad constructor
Chris Dyer
2011-04-23
get rid of expensive copy
Chris Dyer
2011-03-29
dynasearch neighborhood option instead of default partition
Chris Dyer
2011-03-24
various summary feature types, part 1
Chris Dyer
2011-03-23
yet another feature attempt
Chris Dyer
2011-03-22
reweight after weight pushing to avoid weird output
Chris Dyer
2011-03-22
fix local normalizer code for summary features
Chris Dyer
2011-03-22
check for infs
Chris Dyer
2011-03-21
add support for normalized 'summary features'- seemingly sound way of dealing...
Chris Dyer
2011-03-10
remove dependency on SRILM
Chris Dyer
2011-03-09
print empty line when parse fails
Chris Dyer
2011-03-06
clarify a comment
Chris Dyer
2011-02-13
phrasinator v1
Chris Dyer
2011-02-10
multipass decoding
Chris Dyer
2011-02-10
conditional compilation of experimental code, remove prelm scoring code in pr...
Chris Dyer
2011-02-02
first span features
Chris Dyer
2010-12-22
fix compound splitter, new features, more training data
Chris Dyer
2010-12-12
facility for adding programmitically generated grammars
Chris Dyer
2010-12-10
extract kbest alignments
Chris Dyer
2010-12-07
add support for viterbi alignment
Chris Dyer
2010-11-22
faster alignment mode when full translation inference is not required
redpony
2010-11-15
rescoring working
redpony
2010-11-14
rescoring support
redpony
2010-10-28
psg for lex trans
redpony
2010-10-22
handle translation from the null word
redpony
2010-10-05
add PrepareForInput to ff interface, make sgml markup available to feature fu...
redpony
2010-09-28
use boost mpi, fix L1 stochastic optimizer
redpony
2010-09-21
fix for lattice cost bug
redpony
2010-09-20
support turning off verbose logging
redpony
2010-09-20
add notifications
redpony
2010-09-19
big refactor
redpony
2010-09-18
start refactoring of decoder
redpony