summaryrefslogtreecommitdiff
path: root/decoder/stringlib.h
AgeCommit message (Expand)Author
2010-08-07apply fsa models (so far only by bottom up) in cdecgraehl
2010-07-25fixed CreateViterbiHypergraph (old impl did not work), so --show_derivation w...graehl
2010-07-23implicit first param to ffs: "debug". fsa final traversal set feature=0 firs...graehl
2010-07-20fabulous string tokenization testedgraehl
2010-07-20tokenization works. oops.graehl
2010-07-20beautiful (?) low-level tokenization to fix valgrind problem with previous TD...graehl
2010-07-16oracle refactor, oracle vest directions, sparse_vectorgraehl
2010-07-05comment unused var names, todograehl
2010-07-01factor forest stats (show size post pruning, and portion kept) and cdec --sca...graehl
2010-06-22initial checkinredpony