summaryrefslogtreecommitdiff
path: root/decoder
AgeCommit message (Expand)Author
2010-07-23fsa: stateless works, debug sample bigram {Longer,Shorter}ThanPrevgraehl
2010-07-23fsa: final features opt. for 0 state, correct left_end when # words = 0graehl
2010-07-23bottom-up FF from fsa FF - WordPenaltyFsa - needs debugginggraehl
2010-07-21disabled TD reserved stuff - debug init assertion latergraehl
2010-07-21tdict TD:: ss se unk and reserved(i)graehl
2010-07-21Score::Clone() via CRTPgraehl
2010-07-21vest generate options valgrind fixgraehl
2010-07-21gzstreamgraehl
2010-07-21vest generate options valgrind fixgraehl
2010-07-21gzstreamgraehl
2010-07-20fabulous string tokenization testedgraehl
2010-07-20Fixed major bug with spaces in regex.philblunsom
2010-07-20whining comment about lack of safety in taking address of string[0]graehl
2010-07-20tokenization works. oops.graehl
2010-07-20beautiful (?) low-level tokenization to fix valgrind problem with previous TD...graehl
2010-07-20hash.hgraehl
2010-07-20google::dense_hash_mapgraehl
2010-07-20optional google dense_hash_map, srim vocab (TDICT) as static - may help valgr...graehl
2010-07-20remove duplicate notifygraehl
2010-07-20Score::TimesEquals for vlad-mira, intrusive refcount for Score, shared_ptr co...graehl
2010-07-20shared_ptr WriteFile and shared impl between read/writegraehl
2010-07-19fixed oracle generate, detailed score info with --verbosegraehl
2010-07-19shared_ptr for scores. todo: intrusive.graehl
2010-07-19shared_ptr for ReadFile and doc_scorer; init ds to GetOne() in oraclegraehl
2010-07-19Changed string delimiter, hope this doesn't screw anything up ... philblunsom
2010-07-19vest generate --verbosegraehl
2010-07-18boost cmd line notify(conf) was missinggraehl
2010-07-17fix compilation problemredpony
2010-07-16small/sparse vector fixesgraehl
2010-07-16smallvector templategraehl
2010-07-16small_vectorgraehl
2010-07-16vest: oracle_loss argument bugfixgraehl
2010-07-16oracle refactor, oracle vest directions, sparse_vectorgraehl
2010-07-16oracle is_nullgraehl
2010-07-16disable ill defined operations, add binary + -graehl
2010-07-16oracle is_nullgraehl
2010-07-16oracle directionsgraehl
2010-07-16more scale-insensitive creep - will work even if LogVal is using float (1e-6 ...graehl
2010-07-16possibly to replace string storage of state: non-resizable better valarray co...graehl
2010-07-16refactor vest mapper input; --optimize_feature (s) should now limit non-oracl...graehl
2010-07-15Fix bug in Density/BeamPruneInsideOutsideadam.d.lopez
2010-07-15move kbest to oracle_bleugraehl
2010-07-15fsa model sketchgraehl
2010-07-15oracle bleu refactorgraehl
2010-07-15typedefgraehl
2010-07-15cdec parameter name changevladimir.eidelman
2010-07-14Added oracle forest rescoringvladimir.eidelman
2010-07-13cdec now supports coarse-to-fine decoding (for SCFG only).adam.d.lopez
2010-07-13randomgraehl
2010-07-13Tanimoto coeff fixgraehl