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
/
scfg_translator.cc
Age
Commit message (
Expand
)
Author
2014-09-22
added missing c++11 headers (could not compile with gcc-4.8)
Wilker Aziz
2014-08-02
finally
Patrick Simianer
2014-08-02
fix
Patrick Simianer
2014-07-29
make PassThrough1..N optional
Patrick Simianer
2014-04-07
clean up dead TRule code
Chris Dyer
2014-02-02
load multiple grammars
Chris Dyer
2013-12-26
add support for epsilons in input lattice
Chris Dyer
2013-11-10
guard against direct includes of tr1
Chris Dyer
2013-05-06
add passthrough length features
Chris Dyer
2012-10-25
move some grammar stuff around
Chris Dyer
2012-07-20
fix
Chris Dyer
2012-07-20
enable programmatic setting of grammar objects, cleanup of grammar handling
Chris Dyer
2012-05-27
clean up
Chris Dyer
2012-04-29
reverted changes in upstream
Patrick Simianer
2011-09-23
big update: working iterating, pretty output, test scripts and more
Patrick Simianer
2011-09-23
hacking in weights setting, getting
Patrick Simianer
2011-09-23
added dtrain, implemented psg setting in decoder/translator, implemented psme...
Patrick Simianer
2011-04-28
removing logging
Chris Dyer
2011-04-22
make compatible with FastSparseVector
Chris Dyer
2011-02-10
multipass decoding
Chris Dyer
2010-12-12
facility for adding programmitically generated grammars
Chris Dyer
2010-10-05
add PrepareForInput to ff interface, make sgml markup available to feature fu...
redpony
2010-09-21
fix for lattice cost bug
redpony
2010-09-20
support turning off verbose logging
redpony
2010-07-24
FSA: simpler Scan1 ScanT1 methods, otherewise also expose edge to full Scan
graehl
2010-07-15
oracle bleu refactor
graehl
2010-07-13
cdec now supports coarse-to-fine decoding (for SCFG only).
adam.d.lopez
2010-07-05
TODO (mostly low priority) notes
graehl
2010-06-22
initial checkin
redpony